Searched refs:uhash_count (Results 1 – 15 of 15) sorted by relevance
/external/icu4c/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/icu4c/common/ |
D | hash.h | 154 return uhash_count(hash); in count()
|
D | uhash.c | 635 uhash_count(const UHashtable *hash) { in uhash_count() function 913 count1 = uhash_count(hash1); in uhash_equals() 914 count2 = uhash_count(hash2); in uhash_equals()
|
D | uhash.h | 328 uhash_count(const UHashtable *hash);
|
D | usprep.cpp | 193 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) { in usprep_cleanup()
|
D | ucnv_bld.c | 201 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) { in ucnv_cleanup()
|
D | uresbund.c | 245 …fprintf(stderr,"%s:%d: RB Cache still contains %d items.\n", __FILE__, __LINE__, uhash_count(cache… in ures_dumpCacheContents() 258 if (cache != NULL && uhash_count(cache) == 0) { in ures_cleanup()
|
/external/icu4c/i18n/ |
D | msgfmt.cpp | 395 const int32_t count = uhash_count(customFormatArgStarts); in operator ==() 396 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==() 505 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) || in toPattern() 1207 const int32_t count = uhash_count(that.cachedFormatters); in copyObjects() 1225 const int32_t count = uhash_count(that.customFormatArgStarts); in copyObjects()
|
/external/icu4c/tools/gensprep/ |
D | store.c | 253 elementCount = uhash_count(hashTable); in storeMappingData()
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 722 #define uhash_count uhash_count_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 722 #define uhash_count uhash_count_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 722 #define uhash_count uhash_count_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 722 #define uhash_count uhash_count_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 934 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro
|
/external/icu4c/tools/genrb/ |
D | reslist.c | 1668 int32_t count = uhash_count(bundle->fStringSet); in bundle_compactStrings()
|