Home
last modified time | relevance | path

Searched refs:uhash_compareLong (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Duvectest.cpp188 b.setValueComparator(uhash_compareLong); in Hashtable_API()
190 a->setValueComparator(uhash_compareLong); in Hashtable_API()
Dcolldata.cpp267 map = uhash_open(uhash_hashLong, uhash_compareLong, in CEToStringsMap()
Dplurults.cpp843 …eSet = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, uhash_compareLong, &status); in testAvailbleLocales()
/external/icu/icu4c/source/i18n/
Danytrans.cpp193 cache = uhash_openSize(uhash_hashLong, uhash_compareLong, NULL, ANY_TRANS_CACHE_INIT_SIZE, &ec); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
219 cache = uhash_openSize(uhash_hashLong, uhash_compareLong, NULL, ANY_TRANS_CACHE_INIT_SIZE, &ec); in AnyTransliterator()
Dcoleitr.cpp439 UHashtable *maxExpansions = uhash_open(uhash_hashLong, uhash_compareLong, in computeMaxExpansions()
440 uhash_compareLong, &errorCode); in computeMaxExpansions()
Dmsgfmt.cpp557 cachedFormatters=uhash_open(uhash_hashLong, uhash_compareLong, in setArgStartFormat()
586 customFormatArgStarts=uhash_open(uhash_hashLong, uhash_compareLong, in setCustomArgStartFormat()
1328 cachedFormatters=uhash_open(uhash_hashLong, uhash_compareLong, in copyObjects()
1351 customFormatArgStarts=uhash_open(uhash_hashLong, uhash_compareLong, in copyObjects()
Duspoof_conf.cpp163 fTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
Drepattrn.cpp196 uhash_compareLong, // Value comparator function in init()
Dastro.cpp1590 fTable = uhash_openSize(uhash_hashLong, uhash_compareLong, NULL, size, &status); in CalendarCache()
Dregion.cpp88 …LocalUHashtablePointer newNumericCodeMap(uhash_open(uhash_hashLong,uhash_compareLong,NULL,&status)… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dnumfmt.cpp1245 uhash_compareLong, in nscacheInit()
/external/icu/icu4c/source/test/cintltst/
Dchashtst.c80 return uhash_compareLong(s, t); in _compareLong()
239 uhash_setKeyComparator(hash, uhash_compareLong); in TestOtherAPI()
/external/icu/icu4c/source/common/
Duhash.h674 uhash_compareLong(const UHashTok key1, const UHashTok key2);
Duhash.cpp989 uhash_compareLong(const UHashTok key1, const UHashTok key2) { in uhash_compareLong() function
/external/icu/icu4c/source/common/unicode/
Durename.h926 #define uhash_compareLong U_ICU_ENTRY_POINT_RENAME(uhash_compareLong) macro