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

  /external/icu4c/test/cintltst/
chashtst.c 70 return uhash_compareUChars(s, t);
166 hash = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status);
  /external/icu4c/i18n/
zonemeta.cpp 232 gCanonicalIDCache = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status);
426 gSingleZoneCountries = new UVector(NULL, uhash_compareUChars, status);
430 gMultiZonesCountries = new UVector(NULL, uhash_compareUChars, status);
541 UHashtable *tmpOlsonToMeta = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status);
770 metaZoneIDs = new UVector(NULL, uhash_compareUChars, status);
tznames_impl.cpp 387 uhash_compareUChars /* keyComp */,
388 uhash_compareUChars /* valueComp */,
975 fMZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status);
976 fTZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status);
1063 UVector* mzIDs = new UVector(NULL, uhash_compareUChars, status);
    [all...]
tzgnames.cpp 342 fLocationNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status);
    [all...]
ucol_elm.cpp 76 return uhash_compareUChars(key1, key2);
    [all...]
ucurr.cpp     [all...]
  /external/icu4c/common/
uhash.h 565 * together with uhash_compareUChars.
607 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
uhash.c 942 uhash_compareUChars(const UHashTok key1, const UHashTok key2) {
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 382 milliseconds