/third_party/icu/icu4c/source/common/ |
H A D | charstrmap.h | 26 map = uhash_openSize(uhash_hashChars, uhash_compareChars, uhash_compareChars, in CharStringMap()
|
H A D | uhash.h | 685 uhash_hashChars(const UHashTok key); 709 * uhash_hashChars.
|
H A D | usprep.cpp | 114 uint32_t unsignedHash = static_cast<uint32_t>(uhash_hashChars(namekey)) + in hashEntry() 115 37u * static_cast<uint32_t>(uhash_hashChars(pathkey)); in hashEntry()
|
H A D | loadednormalizer2impl.cpp | 300 cache=uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode); in getInstance()
|
H A D | udata.cpp | 285 gCommonDataCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &err); in udata_initHashTable()
|
H A D | uhash.cpp | 936 uhash_hashChars(const UHashTok key) { in uhash_hashChars() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | charstrmap.h | 26 map = uhash_openSize(uhash_hashChars, uhash_compareChars, uhash_compareChars, in CharStringMap()
|
H A D | uhash.h | 685 uhash_hashChars(const UHashTok key); 709 * uhash_hashChars.
|
H A D | usprep.cpp | 114 uint32_t unsignedHash = static_cast<uint32_t>(uhash_hashChars(namekey)) + in hashEntry() 115 37u * static_cast<uint32_t>(uhash_hashChars(pathkey)); in hashEntry()
|
H A D | loadednormalizer2impl.cpp | 324 cache=uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &errorCode); in getInstance()
|
H A D | udata.cpp | 285 gCommonDataCache = uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &err); in udata_initHashTable()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | charstrmap.h | 26 map = uhash_openSize(uhash_hashChars, uhash_compareChars, uhash_compareChars, in CharStringMap()
|
H A D | uhash.h | 685 uhash_hashChars(const UHashTok key); 709 * uhash_hashChars.
|
H A D | usprep.cpp | 114 uint32_t unsignedHash = static_cast<uint32_t>(uhash_hashChars(namekey)) + in hashEntry() 115 37u * static_cast<uint32_t>(uhash_hashChars(pathkey)); in hashEntry()
|
H A D | loadednormalizer2impl.cpp | 300 cache=uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode); in getInstance()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | gender.cpp | 79 gGenderInfoCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in GenderInfo_initCache()
|
H A D | tznames.cpp | 138 gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in TimeZoneNamesDelegate()
|
H A D | dayperiodrules.cpp | 322 data->localeToRuleSetNumMap = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode); in load()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | gender.cpp | 84 gGenderInfoCache = uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &status); in GenderInfo_initCache()
|
H A D | dayperiodrules.cpp | 324 data->localeToRuleSetNumMap = uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &errorCode); in load()
|
H A D | tznames.cpp | 138 gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &status); in TimeZoneNamesDelegate()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | gender.cpp | 79 gGenderInfoCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in GenderInfo_initCache()
|
H A D | dayperiodrules.cpp | 322 data->localeToRuleSetNumMap = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode); in load()
|
H A D | tznames.cpp | 138 gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in TimeZoneNamesDelegate()
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | pnamesbuilder.cpp | 191 nameGroupToOffset=uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode); in build()
|