Home
last modified time | relevance | path

Searched refs:uhash_hashChars (Results 1 - 25 of 53) sorted by relevance

123

/third_party/icu/icu4c/source/common/
H A Dcharstrmap.h26 map = uhash_openSize(uhash_hashChars, uhash_compareChars, uhash_compareChars, in CharStringMap()
H A Duhash.h685 uhash_hashChars(const UHashTok key);
709 * uhash_hashChars.
H A Dusprep.cpp114 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 Dloadednormalizer2impl.cpp300 cache=uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode); in getInstance()
H A Dudata.cpp285 gCommonDataCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &err); in udata_initHashTable()
H A Duhash.cpp936 uhash_hashChars(const UHashTok key) { in uhash_hashChars() function
/third_party/node/deps/icu-small/source/common/
H A Dcharstrmap.h26 map = uhash_openSize(uhash_hashChars, uhash_compareChars, uhash_compareChars, in CharStringMap()
H A Duhash.h685 uhash_hashChars(const UHashTok key);
709 * uhash_hashChars.
H A Dusprep.cpp114 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 Dloadednormalizer2impl.cpp324 cache=uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &errorCode); in getInstance()
H A Dudata.cpp285 gCommonDataCache = uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &err); in udata_initHashTable()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstrmap.h26 map = uhash_openSize(uhash_hashChars, uhash_compareChars, uhash_compareChars, in CharStringMap()
H A Duhash.h685 uhash_hashChars(const UHashTok key);
709 * uhash_hashChars.
H A Dusprep.cpp114 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 Dloadednormalizer2impl.cpp300 cache=uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode); in getInstance()
/third_party/icu/icu4c/source/i18n/
H A Dgender.cpp79 gGenderInfoCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in GenderInfo_initCache()
H A Dtznames.cpp138 gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in TimeZoneNamesDelegate()
H A Ddayperiodrules.cpp322 data->localeToRuleSetNumMap = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode); in load()
/third_party/node/deps/icu-small/source/i18n/
H A Dgender.cpp84 gGenderInfoCache = uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &status); in GenderInfo_initCache()
H A Ddayperiodrules.cpp324 data->localeToRuleSetNumMap = uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &errorCode); in load()
H A Dtznames.cpp138 gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, nullptr, &status); in TimeZoneNamesDelegate()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dgender.cpp79 gGenderInfoCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in GenderInfo_initCache()
H A Ddayperiodrules.cpp322 data->localeToRuleSetNumMap = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode); in load()
H A Dtznames.cpp138 gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in TimeZoneNamesDelegate()
/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp191 nameGroupToOffset=uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode); in build()

Completed in 22 milliseconds

123