Searched refs:uhash_count (Results 1 – 19 of 19) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 181 if(uhash_count(hash) != 1){ in TestOtherAPI() 182 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in TestOtherAPI() 192 if(uhash_count(hash) != 5){ in TestOtherAPI() 193 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash)); in TestOtherAPI() 207 if(uhash_count(hash) != 4){ in TestOtherAPI() 208 log_err("FAIL: uhas_count() failed. Expected: 4, Got: %d\n", uhash_count(hash)); in TestOtherAPI() 212 if(uhash_count(hash) != 3){ in TestOtherAPI() 217 if(uhash_count(hash) != 3){ in TestOtherAPI() 223 if(uhash_count(hash) != 4){ in TestOtherAPI() 235 if(uhash_count(hash) != 0){ in TestOtherAPI() [all …]
|
/external/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 145 return uhash_count(fHashtable) - fNumValuesInUse; in unusedCount() 155 return uhash_count(fHashtable); in keyCount() 216 …nified Cache: %d out of a total of %d still have hard references\n", cnt, uhash_count(fHashtable)); in _dumpContents() 248 int32_t origSize = uhash_count(fHashtable); in _flush() 267 int32_t totalItems = uhash_count(fHashtable); in _computeCountOfItemsToEvict()
|
D | uhash.cpp | 654 uhash_count(const UHashtable *hash) { in uhash_count() function 900 count1 = uhash_count(hash1); in uhash_equals() 901 count2 = uhash_count(hash2); in uhash_equals()
|
D | hash.h | 195 return uhash_count(hash); in count()
|
D | localeprioritylist.cpp | 227 U_ASSERT(uhash_count(map) == getLength()); in add()
|
D | uhash.h | 333 uhash_count(const UHashtable *hash);
|
D | usprep.cpp | 198 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) { in usprep_cleanup()
|
D | ucnv_bld.cpp | 246 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) { in ucnv_cleanup()
|
D | uresbund.cpp | 250 …fprintf(stderr,"%s:%d: RB Cache still contains %d items.\n", __FILE__, __LINE__, uhash_count(cache… in ures_dumpCacheContents()
|
/external/icu/libicu/cts_headers/ |
D | hash.h | 195 return uhash_count(hash); in count()
|
D | uhash.h | 333 uhash_count(const UHashtable *hash);
|
/external/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 415 const int32_t count = uhash_count(customFormatArgStarts); in operator ==() 416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==() 526 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) || in toPattern() 1342 const int32_t count = uhash_count(that.cachedFormatters); in copyObjects() 1360 const int32_t count = uhash_count(that.customFormatArgStarts); in copyObjects()
|
D | repattrn.cpp | 849 if (!fNamedCaptureMap || uhash_count(fNamedCaptureMap) == 0) { in dumpPattern()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 256 elementCount = uhash_count(hashTable); in storeMappingData()
|
/external/icu/libicu/cts_headers/unicode/ |
D | urename.h | 966 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 966 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 966 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 966 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 1580 int32_t count = uhash_count(stringSet); in compactStringsV2()
|