Home
last modified time | relevance | path

Searched refs:uhash_geti (Results 1 - 25 of 36) sorted by relevance

12

/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c175 uhash_geti(hash, "one") != 1 || in TestAllowZero()
182 uhash_geti(hash, "zero") != 0 || in TestAllowZero()
190 uhash_geti(hash, "one") != 0 || in TestAllowZero()
198 uhash_geti(hash, "zero") != 0 || in TestAllowZero()
249 if(uhash_geti(hash, (void*)two2) != 2){ in TestOtherAPI()
250 log_err("FAIL: uhash_geti failed\n"); in TestOtherAPI()
408 int32_t newValue = uhash_geti(hash, key); in _put()
411 "uhash_geti() returns %ld\n", in _put()
433 int32_t value = uhash_geti(hash, key); in _get()
435 log_err("FAIL: uhash_geti( in _get()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duniquecharstr.h65 int32_t oldIndex = uhash_geti(&map, p); in add()
87 int32_t oldIndex = uhash_geti(&map, s.getTerminatedBuffer()); in addByValue()
H A Dhash.h222 return uhash_geti(hash, &key); in geti()
H A Duhash.h483 uhash_geti(const UHashtable *hash,
H A Duhash.cpp678 uhash_geti(const UHashtable *hash, in uhash_geti() function
/third_party/icu/icu4c/source/common/
H A Duniquecharstr.h66 int32_t oldIndex = uhash_geti(&map, p); in add()
H A Dhash.h222 return uhash_geti(hash, &key); in geti()
H A Duhash.h483 uhash_geti(const UHashtable *hash,
H A Duhash.cpp678 uhash_geti(const UHashtable *hash, in uhash_geti() function
H A Dlocid.cpp1794 return uhash_geti(gKnownCanonicalized, locale) != 0;
/third_party/skia/third_party/externals/icu/source/common/
H A Duniquecharstr.h66 int32_t oldIndex = uhash_geti(&map, p); in add()
H A Dhash.h222 return uhash_geti(hash, &key); in geti()
H A Duhash.h483 uhash_geti(const UHashtable *hash,
H A Duhash.cpp678 uhash_geti(const UHashtable *hash, in uhash_geti() function
/third_party/icu/icu4c/source/i18n/
H A Ddayperiodrules.cpp361 ruleSetNum = uhash_geti(data->localeToRuleSetNumMap, name); in getInstance()
H A Drepattrn.cpp632 int32_t number = fNamedCaptureMap ? uhash_geti(fNamedCaptureMap, &groupName) : 0; in groupNumberFromName()
H A Duregex.cpp1512 uhash_geti(regexp->fPat->fNamedCaptureMap, &groupName) : 0; in appendReplacement()
/third_party/node/deps/icu-small/source/i18n/
H A Ddayperiodrules.cpp362 ruleSetNum = uhash_geti(data->localeToRuleSetNumMap, name); in getInstance()
H A Drepattrn.cpp632 int32_t number = fNamedCaptureMap ? uhash_geti(fNamedCaptureMap, &groupName) : 0; in groupNumberFromName()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddayperiodrules.cpp361 ruleSetNum = uhash_geti(data->localeToRuleSetNumMap, name); in getInstance()
H A Drepattrn.cpp632 int32_t number = fNamedCaptureMap ? uhash_geti(fNamedCaptureMap, &groupName) : 0; in groupNumberFromName()
/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp297 int32_t nameOffset=uhash_geti(nameGroupToOffset, (void *)value.joinedAliases); in writeValueAliases()
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h992 #define uhash_geti U_ICU_ENTRY_POINT_RENAME(uhash_geti) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h1004 #define uhash_geti U_ICU_ENTRY_POINT_RENAME(uhash_geti) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h975 #define uhash_geti U_ICU_ENTRY_POINT_RENAME(uhash_geti) macro

Completed in 50 milliseconds

12