/third_party/icu/icu4c/source/test/cintltst/ |
H A D | chashtst.c | 175 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 D | uniquecharstr.h | 65 int32_t oldIndex = uhash_geti(&map, p); in add() 87 int32_t oldIndex = uhash_geti(&map, s.getTerminatedBuffer()); in addByValue()
|
H A D | hash.h | 222 return uhash_geti(hash, &key); in geti()
|
H A D | uhash.h | 483 uhash_geti(const UHashtable *hash,
|
H A D | uhash.cpp | 678 uhash_geti(const UHashtable *hash, in uhash_geti() function
|
/third_party/icu/icu4c/source/common/ |
H A D | uniquecharstr.h | 66 int32_t oldIndex = uhash_geti(&map, p); in add()
|
H A D | hash.h | 222 return uhash_geti(hash, &key); in geti()
|
H A D | uhash.h | 483 uhash_geti(const UHashtable *hash,
|
H A D | uhash.cpp | 678 uhash_geti(const UHashtable *hash, in uhash_geti() function
|
H A D | locid.cpp | 1794 return uhash_geti(gKnownCanonicalized, locale) != 0;
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniquecharstr.h | 66 int32_t oldIndex = uhash_geti(&map, p); in add()
|
H A D | hash.h | 222 return uhash_geti(hash, &key); in geti()
|
H A D | uhash.h | 483 uhash_geti(const UHashtable *hash,
|
H A D | uhash.cpp | 678 uhash_geti(const UHashtable *hash, in uhash_geti() function
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dayperiodrules.cpp | 361 ruleSetNum = uhash_geti(data->localeToRuleSetNumMap, name); in getInstance()
|
H A D | repattrn.cpp | 632 int32_t number = fNamedCaptureMap ? uhash_geti(fNamedCaptureMap, &groupName) : 0; in groupNumberFromName()
|
H A D | uregex.cpp | 1512 uhash_geti(regexp->fPat->fNamedCaptureMap, &groupName) : 0; in appendReplacement()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dayperiodrules.cpp | 362 ruleSetNum = uhash_geti(data->localeToRuleSetNumMap, name); in getInstance()
|
H A D | repattrn.cpp | 632 int32_t number = fNamedCaptureMap ? uhash_geti(fNamedCaptureMap, &groupName) : 0; in groupNumberFromName()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dayperiodrules.cpp | 361 ruleSetNum = uhash_geti(data->localeToRuleSetNumMap, name); in getInstance()
|
H A D | repattrn.cpp | 632 int32_t number = fNamedCaptureMap ? uhash_geti(fNamedCaptureMap, &groupName) : 0; in groupNumberFromName()
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | pnamesbuilder.cpp | 297 int32_t nameOffset=uhash_geti(nameGroupToOffset, (void *)value.joinedAliases); in writeValueAliases()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 992 #define uhash_geti U_ICU_ENTRY_POINT_RENAME(uhash_geti) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 1004 #define uhash_geti U_ICU_ENTRY_POINT_RENAME(uhash_geti) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 975 #define uhash_geti U_ICU_ENTRY_POINT_RENAME(uhash_geti) macro
|