HomeSort by relevance Sort by last modified time
    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;
77 listNameEnd=strchr(listname, 0);
136 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) {
  /external/icu/icu4c/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;
77 listNameEnd=strchr(listname, 0);
136 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) {

Completed in 1155 milliseconds