/third_party/icu/icu4c/source/test/cintltst/ |
H A D | chashtst.c | 172 int32_t oldValue = uhash_putiAllowZero(hash, (char *)"one", 1, &status); in TestAllowZero() 177 log_err("FAIL: uhash_putiAllowZero(one, 1)"); in TestAllowZero() 179 oldValue = uhash_putiAllowZero(hash, (char *)"zero", 0, &status); in TestAllowZero() 184 log_err("FAIL: uhash_putiAllowZero(zero, 0)"); in TestAllowZero() 187 oldValue = uhash_putiAllowZero(hash, (char *)"one", 0, &status); in TestAllowZero() 192 log_err("FAIL: uhash_putiAllowZero(one, 0)"); in TestAllowZero()
|
/third_party/icu/icu4c/source/common/ |
H A D | hash.h | 214 return uhash_putiAllowZero(hash, new UnicodeString(key), value, &status); in putiAllowZero()
|
H A D | localeprioritylist.cpp | 221 uhash_putiAllowZero(map, clone.getAlias(), listLength, &errorCode); in add()
|
H A D | uhash.h | 429 uhash_putiAllowZero(UHashtable *hash, 498 * as previously stored by uhash_putiAllowZero() or uhash_puti().
|
H A D | localematcher.cpp | 331 uhash_putiAllowZero(supportedLsrToIndex, const_cast<LSR *>(&lsr), i, &errorCode); in putIfAbsent()
|
H A D | lstmbe.cpp | 423 uhash_putiAllowZero(fDict, (void*)str, idx, &status);
|
H A D | uhash.cpp | 769 uhash_putiAllowZero(UHashtable *hash, in uhash_putiAllowZero() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | hash.h | 214 return uhash_putiAllowZero(hash, new UnicodeString(key), value, &status); in putiAllowZero()
|
H A D | localeprioritylist.cpp | 221 uhash_putiAllowZero(map, clone.getAlias(), listLength, &errorCode); in add()
|
H A D | uhash.h | 429 uhash_putiAllowZero(UHashtable *hash, 498 * as previously stored by uhash_putiAllowZero() or uhash_puti().
|
H A D | localematcher.cpp | 331 uhash_putiAllowZero(supportedLsrToIndex, const_cast<LSR *>(&lsr), i, &errorCode); in putIfAbsent()
|
H A D | uhash.cpp | 769 uhash_putiAllowZero(UHashtable *hash, in uhash_putiAllowZero() function
|
H A D | lstmbe.cpp | 423 uhash_putiAllowZero(fDict, (void*)str, idx, &status);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | hash.h | 214 return uhash_putiAllowZero(hash, new UnicodeString(key), value, &status); in putiAllowZero()
|
H A D | localeprioritylist.cpp | 221 uhash_putiAllowZero(map, clone.getAlias(), listLength, &errorCode); in add()
|
H A D | uhash.h | 429 uhash_putiAllowZero(UHashtable *hash, 498 * as previously stored by uhash_putiAllowZero() or uhash_puti().
|
H A D | localematcher.cpp | 349 uhash_putiAllowZero(supportedLsrToIndex, const_cast<LSR *>(&lsr), i, &errorCode); in putIfAbsent()
|
H A D | uhash.cpp | 769 uhash_putiAllowZero(UHashtable *hash, in uhash_putiAllowZero() function
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 1017 #define uhash_putiAllowZero U_ICU_ENTRY_POINT_RENAME(uhash_putiAllowZero) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 1029 #define uhash_putiAllowZero U_ICU_ENTRY_POINT_RENAME(uhash_putiAllowZero) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 1000 #define uhash_putiAllowZero U_ICU_ENTRY_POINT_RENAME(uhash_putiAllowZero) macro
|