Searched refs:uhash_count (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 179 if(uhash_count(hash) != 1){ in TestOtherAPI() 180 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in TestOtherAPI() 190 if(uhash_count(hash) != 5){ in TestOtherAPI() 191 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash)); in TestOtherAPI() 205 if(uhash_count(hash) != 4){ in TestOtherAPI() 206 log_err("FAIL: uhas_count() failed. Expected: 4, Got: %d\n", uhash_count(hash)); in TestOtherAPI() 210 if(uhash_count(hash) != 3){ in TestOtherAPI() 215 if(uhash_count(hash) != 3){ in TestOtherAPI() 221 if(uhash_count(hash) != 4){ in TestOtherAPI() 233 if(uhash_count(hash) != 0){ in TestOtherAPI() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | identifier_info.cpp | 168 if (uhash_count(fScriptSetSet) > 0) { in setIdentifier() 196 if (uhash_count(fScriptSetSet) == 0) { in setIdentifier() 241 (fCommonAmongAlternates->countMembers() == 0 ? uhash_count(fScriptSetSet) : 1); in getRestrictionLevel() 262 (fCommonAmongAlternates->countMembers() == 0 ? uhash_count(fScriptSetSet) : 1); in getScriptCount()
|
D | msgfmt.cpp | 412 const int32_t count = uhash_count(customFormatArgStarts); in operator ==() 413 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==() 523 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) || in toPattern() 1334 const int32_t count = uhash_count(that.cachedFormatters); in copyObjects() 1352 const int32_t count = uhash_count(that.customFormatArgStarts); in copyObjects()
|
D | repattrn.cpp | 865 if (uhash_count(fNamedCaptureMap) == 0) { in dumpPattern()
|
/external/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 140 return uhash_count(fHashtable) - fItemsInUseCount; in unusedCount() 150 return uhash_count(fHashtable); in keyCount() 205 …nified Cache: %d out of a total of %d still have hard references\n", cnt, uhash_count(fHashtable)); in _dumpContents() 242 int32_t origSize = uhash_count(fHashtable); in _flush() 267 return uhash_count(fHashtable) - fItemsInUseCount - maxUnusedCount; in _computeCountOfItemsToEvict()
|
D | hash.h | 159 return uhash_count(hash); in count()
|
D | uhash.c | 636 uhash_count(const UHashtable *hash) { in uhash_count() function 882 count1 = uhash_count(hash1); in uhash_equals() 883 count2 = uhash_count(hash2); in uhash_equals()
|
D | uhash.h | 312 uhash_count(const UHashtable *hash);
|
D | usprep.cpp | 195 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) { in usprep_cleanup()
|
D | ucnv_bld.cpp | 244 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) { in ucnv_cleanup()
|
D | uresbund.cpp | 249 …fprintf(stderr,"%s:%d: RB Cache still contains %d items.\n", __FILE__, __LINE__, uhash_count(cache… in ures_dumpCacheContents()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 253 elementCount = uhash_count(hashTable); in storeMappingData()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 929 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 1533 int32_t count = uhash_count(stringSet); in compactStringsV2()
|