Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c176 uhash_getiAndFound(hash, "one", &found) != 1 || !found) { in TestAllowZero()
183 uhash_getiAndFound(hash, "zero", &found) != 0 || !found) { in TestAllowZero()
191 uhash_getiAndFound(hash, "one", &found) != 0 || !found) { in TestAllowZero()
199 uhash_getiAndFound(hash, "zero", &found) != 0 || found) { in TestAllowZero()
/third_party/icu/icu4c/source/common/
H A Dhash.h226 return uhash_getiAndFound(hash, &key, &found); in getiAndFound()
H A Dlocaleprioritylist.cpp191 int32_t index = uhash_getiAndFound(map, &locale, &found); in add()
H A Duhash.h426 * @see uhash_getiAndFound
506 uhash_getiAndFound(const UHashtable *hash,
H A Dlocalematcher.cpp672 int32_t suppIndex = uhash_getiAndFound(supportedLsrToIndex, &desiredLSR, &found); in getBestSuppIndex()
H A Dlstmbe.cpp482 int32_t ret = uhash_getiAndFound(fDict, (const void*)str, &found);
H A Duhash.cpp694 uhash_getiAndFound(const UHashtable *hash, in uhash_getiAndFound() function
/third_party/node/deps/icu-small/source/common/
H A Dhash.h226 return uhash_getiAndFound(hash, &key, &found); in getiAndFound()
H A Dlocaleprioritylist.cpp191 int32_t index = uhash_getiAndFound(map, &locale, &found); in add()
H A Duhash.h426 * @see uhash_getiAndFound
506 uhash_getiAndFound(const UHashtable *hash,
H A Dlocalematcher.cpp672 int32_t suppIndex = uhash_getiAndFound(supportedLsrToIndex, &desiredLSR, &found); in getBestSuppIndex()
H A Duhash.cpp694 uhash_getiAndFound(const UHashtable *hash, in uhash_getiAndFound() function
H A Dlstmbe.cpp482 int32_t ret = uhash_getiAndFound(fDict, (const void*)str, &found);
/third_party/skia/third_party/externals/icu/source/common/
H A Dhash.h226 return uhash_getiAndFound(hash, &key, &found); in getiAndFound()
H A Dlocaleprioritylist.cpp191 int32_t index = uhash_getiAndFound(map, &locale, &found); in add()
H A Duhash.h426 * @see uhash_getiAndFound
506 uhash_getiAndFound(const UHashtable *hash,
H A Dlocalematcher.cpp690 int32_t suppIndex = uhash_getiAndFound(supportedLsrToIndex, &desiredLSR, &found); in getBestSuppIndex()
H A Duhash.cpp694 uhash_getiAndFound(const UHashtable *hash, in uhash_getiAndFound() function
/third_party/icu/icu4c/source/common/unicode/
H A Durename.h993 #define uhash_getiAndFound U_ICU_ENTRY_POINT_RENAME(uhash_getiAndFound) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h1005 #define uhash_getiAndFound U_ICU_ENTRY_POINT_RENAME(uhash_getiAndFound) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h976 #define uhash_getiAndFound U_ICU_ENTRY_POINT_RENAME(uhash_getiAndFound) macro

Completed in 45 milliseconds