Home
last modified time | relevance | path

Searched refs:uhash_putiAllowZero (Results 1 - 21 of 21) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c172 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 Dhash.h214 return uhash_putiAllowZero(hash, new UnicodeString(key), value, &status); in putiAllowZero()
H A Dlocaleprioritylist.cpp221 uhash_putiAllowZero(map, clone.getAlias(), listLength, &errorCode); in add()
H A Duhash.h429 uhash_putiAllowZero(UHashtable *hash,
498 * as previously stored by uhash_putiAllowZero() or uhash_puti().
H A Dlocalematcher.cpp331 uhash_putiAllowZero(supportedLsrToIndex, const_cast<LSR *>(&lsr), i, &errorCode); in putIfAbsent()
H A Dlstmbe.cpp423 uhash_putiAllowZero(fDict, (void*)str, idx, &status);
H A Duhash.cpp769 uhash_putiAllowZero(UHashtable *hash, in uhash_putiAllowZero() function
/third_party/node/deps/icu-small/source/common/
H A Dhash.h214 return uhash_putiAllowZero(hash, new UnicodeString(key), value, &status); in putiAllowZero()
H A Dlocaleprioritylist.cpp221 uhash_putiAllowZero(map, clone.getAlias(), listLength, &errorCode); in add()
H A Duhash.h429 uhash_putiAllowZero(UHashtable *hash,
498 * as previously stored by uhash_putiAllowZero() or uhash_puti().
H A Dlocalematcher.cpp331 uhash_putiAllowZero(supportedLsrToIndex, const_cast<LSR *>(&lsr), i, &errorCode); in putIfAbsent()
H A Duhash.cpp769 uhash_putiAllowZero(UHashtable *hash, in uhash_putiAllowZero() function
H A Dlstmbe.cpp423 uhash_putiAllowZero(fDict, (void*)str, idx, &status);
/third_party/skia/third_party/externals/icu/source/common/
H A Dhash.h214 return uhash_putiAllowZero(hash, new UnicodeString(key), value, &status); in putiAllowZero()
H A Dlocaleprioritylist.cpp221 uhash_putiAllowZero(map, clone.getAlias(), listLength, &errorCode); in add()
H A Duhash.h429 uhash_putiAllowZero(UHashtable *hash,
498 * as previously stored by uhash_putiAllowZero() or uhash_puti().
H A Dlocalematcher.cpp349 uhash_putiAllowZero(supportedLsrToIndex, const_cast<LSR *>(&lsr), i, &errorCode); in putIfAbsent()
H A Duhash.cpp769 uhash_putiAllowZero(UHashtable *hash, in uhash_putiAllowZero() function
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h1017 #define uhash_putiAllowZero U_ICU_ENTRY_POINT_RENAME(uhash_putiAllowZero) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h1029 #define uhash_putiAllowZero U_ICU_ENTRY_POINT_RENAME(uhash_putiAllowZero) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h1000 #define uhash_putiAllowZero U_ICU_ENTRY_POINT_RENAME(uhash_putiAllowZero) macro

Completed in 40 milliseconds