Searched refs:listNameEnd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_icu.cpp38 const char *listNameEnd=strchr(listname, 0); local
44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
62 const char *listNameEnd; local
77 listNameEnd=strchr(listname, 0);
136 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) {
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.cpp38 const char *listNameEnd=strchr(listname, 0); local
44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
62 const char *listNameEnd; local
77 listNameEnd=strchr(listname, 0);
136 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) {

Completed in 1354 milliseconds