/third_party/icu/icu4c/source/test/cintltst/ |
H A D | chashtst.c | 176 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 D | hash.h | 226 return uhash_getiAndFound(hash, &key, &found); in getiAndFound()
|
H A D | localeprioritylist.cpp | 191 int32_t index = uhash_getiAndFound(map, &locale, &found); in add()
|
H A D | uhash.h | 426 * @see uhash_getiAndFound 506 uhash_getiAndFound(const UHashtable *hash,
|
H A D | localematcher.cpp | 672 int32_t suppIndex = uhash_getiAndFound(supportedLsrToIndex, &desiredLSR, &found); in getBestSuppIndex()
|
H A D | lstmbe.cpp | 482 int32_t ret = uhash_getiAndFound(fDict, (const void*)str, &found);
|
H A D | uhash.cpp | 694 uhash_getiAndFound(const UHashtable *hash, in uhash_getiAndFound() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | hash.h | 226 return uhash_getiAndFound(hash, &key, &found); in getiAndFound()
|
H A D | localeprioritylist.cpp | 191 int32_t index = uhash_getiAndFound(map, &locale, &found); in add()
|
H A D | uhash.h | 426 * @see uhash_getiAndFound 506 uhash_getiAndFound(const UHashtable *hash,
|
H A D | localematcher.cpp | 672 int32_t suppIndex = uhash_getiAndFound(supportedLsrToIndex, &desiredLSR, &found); in getBestSuppIndex()
|
H A D | uhash.cpp | 694 uhash_getiAndFound(const UHashtable *hash, in uhash_getiAndFound() function
|
H A D | lstmbe.cpp | 482 int32_t ret = uhash_getiAndFound(fDict, (const void*)str, &found);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | hash.h | 226 return uhash_getiAndFound(hash, &key, &found); in getiAndFound()
|
H A D | localeprioritylist.cpp | 191 int32_t index = uhash_getiAndFound(map, &locale, &found); in add()
|
H A D | uhash.h | 426 * @see uhash_getiAndFound 506 uhash_getiAndFound(const UHashtable *hash,
|
H A D | localematcher.cpp | 690 int32_t suppIndex = uhash_getiAndFound(supportedLsrToIndex, &desiredLSR, &found); in getBestSuppIndex()
|
H A D | uhash.cpp | 694 uhash_getiAndFound(const UHashtable *hash, in uhash_getiAndFound() function
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 993 #define uhash_getiAndFound U_ICU_ENTRY_POINT_RENAME(uhash_getiAndFound) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 1005 #define uhash_getiAndFound U_ICU_ENTRY_POINT_RENAME(uhash_getiAndFound) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 976 #define uhash_getiAndFound U_ICU_ENTRY_POINT_RENAME(uhash_getiAndFound) macro
|