OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listNameEnd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_icu.cpp
38
const char *
listNameEnd
=strchr(listname, 0);
44
if((
listNameEnd
-listname)>length && 0==memcmp(
listNameEnd
-length, suffix, length)) {
62
const char *
listNameEnd
;
75
listNameEnd
=strchr(listname, 0);
134
} else if((
listNameEnd
-listname)>4 && 0==memcmp(
listNameEnd
-4, ".dat", 4)) {
/external/icu4c/tools/toolutil/
pkg_icu.cpp
38
const char *
listNameEnd
=strchr(listname, 0);
44
if((
listNameEnd
-listname)>length && 0==memcmp(
listNameEnd
-length, suffix, length)) {
62
const char *
listNameEnd
;
77
listNameEnd
=strchr(listname, 0);
136
} else if((
listNameEnd
-listname)>4 && 0==memcmp(
listNameEnd
-4, ".dat", 4)) {
Completed in 2197 milliseconds