HomeSort by relevance Sort by last modified time
    Searched refs:listNameEnd (Results 1 - 2 of 2) sorted by null

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

Completed in 415 milliseconds