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

/external/icu4c/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
75 listNameEnd=strchr(listname, 0);
134 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) {

Completed in 86 milliseconds