Home
last modified time | relevance | path

Searched refs:uhash_open (Results 1 - 25 of 91) sorted by relevance

1234

/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c111 hash = uhash_open(hashChars, isEqualChars, NULL, &status); in TestBasic()
113 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n", in TestBasic()
118 log_err("FAIL: uhash_open returned NULL\n"); in TestBasic()
121 log_verbose("Ok: uhash_open returned 0x%08X\n", hash); in TestBasic()
160 UHashtable *hash = uhash_open(hashChars, isEqualChars, NULL, &status); in TestAllowZero()
162 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n", in TestAllowZero()
167 log_err("FAIL: uhash_open returned NULL\n"); in TestAllowZero()
170 log_verbose("Ok: uhash_open returned 0x%08X\n", hash); in TestAllowZero()
221 hash = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in TestOtherAPI()
223 log_err("FAIL: uhash_open faile in TestOtherAPI()
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbistbl.cpp49 fHashTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in RBBISymbolTable()
50 // uhash_open checks status in RBBISymbolTable()
H A Duloc_keytype.cpp83 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()
146 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()
H A Dlocaleprioritylist.cpp186 map = uhash_open(hashLocale, compareLocales, uhash_compareLong, &errorCode); in add()
H A Duhash.h201 uhash_open(UHashFunction *keyHash,
215 * @see uhash_open
/third_party/node/deps/icu-small/source/common/
H A Drbbistbl.cpp49 fHashTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, nullptr, &status); in RBBISymbolTable()
50 // uhash_open checks status in RBBISymbolTable()
H A Duloc_keytype.cpp83 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, nullptr, &sts); in initFromResourceBundle()
146 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, nullptr, &sts); in initFromResourceBundle()
H A Dlocaleprioritylist.cpp186 map = uhash_open(hashLocale, compareLocales, uhash_compareLong, &errorCode); in add()
H A Duhash.h201 uhash_open(UHashFunction *keyHash,
215 * @see uhash_open
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbistbl.cpp49 fHashTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in RBBISymbolTable()
50 // uhash_open checks status in RBBISymbolTable()
H A Duloc_keytype.cpp83 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()
146 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()
H A Dlocaleprioritylist.cpp186 map = uhash_open(hashLocale, compareLocales, uhash_compareLong, &errorCode); in add()
H A Duhash.h201 uhash_open(UHashFunction *keyHash,
215 * @see uhash_open
/third_party/icu/icu4c/source/i18n/
H A Duspoof_conf.cpp84 fHash = uhash_open(uhash_hashUnicodeString, // key hash function in SPUStringPool()
171 fTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
H A Dregion.cpp82 LocalUHashtablePointer newRegionIDMap(uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status)); in loadRegionData()
83 LocalUHashtablePointer newNumericCodeMap(uhash_open(uhash_hashLong,uhash_compareLong,NULL,&status)); in loadRegionData()
84 LocalUHashtablePointer newRegionAliases(uhash_open(uhash_hashUnicodeString,uhash_compareUnicodeString,NULL,&status)); in loadRegionData()
H A Dzonemeta.cpp215 gCanonicalIDCache = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initCanonicalIDCache()
540 gOlsonToMeta = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in olsonToMetaInit()
752 gMetaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in initAvailableMetaZoneIDs()
H A Dgender.cpp79 gGenderInfoCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in GenderInfo_initCache()
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_conf.cpp84 fHash = uhash_open(uhash_hashUnicodeString, // key hash function in SPUStringPool()
171 fTable = uhash_open(uhash_hashLong, uhash_compareLong, nullptr, &status); in ConfusabledataBuilder()
H A Dregion.cpp82 LocalUHashtablePointer newRegionIDMap(uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, nullptr, &status)); in loadRegionData()
83 LocalUHashtablePointer newNumericCodeMap(uhash_open(uhash_hashLong,uhash_compareLong,nullptr,&status)); in loadRegionData()
84 LocalUHashtablePointer newRegionAliases(uhash_open(uhash_hashUnicodeString,uhash_compareUnicodeString,nullptr,&status)); in loadRegionData()
H A Dzonemeta.cpp216 gCanonicalIDCache = uhash_open(uhash_hashUChars, uhash_compareUChars, nullptr, &status); in initCanonicalIDCache()
570 gOlsonToMeta = uhash_open(uhash_hashUChars, uhash_compareUChars, nullptr, &status); in olsonToMetaInit()
782 gMetaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, nullptr, &status); in initAvailableMetaZoneIDs()
H A Dgender.cpp84 gGenderInfoCache = uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &status); in GenderInfo_initCache()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof_conf.cpp83 fHash = uhash_open(uhash_hashUnicodeString, // key hash function in SPUStringPool()
172 fTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
H A Dregion.cpp87 LocalUHashtablePointer newRegionIDMap(uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status)); in loadRegionData()
88 LocalUHashtablePointer newNumericCodeMap(uhash_open(uhash_hashLong,uhash_compareLong,NULL,&status)); in loadRegionData()
89 LocalUHashtablePointer newRegionAliases(uhash_open(uhash_hashUnicodeString,uhash_compareUnicodeString,NULL,&status)); in loadRegionData()
H A Dzonemeta.cpp223 gCanonicalIDCache = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initCanonicalIDCache()
548 gOlsonToMeta = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in olsonToMetaInit()
769 gMetaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in initAvailableMetaZoneIDs()
H A Dgender.cpp79 gGenderInfoCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in GenderInfo_initCache()

Completed in 20 milliseconds

1234