Home
last modified time | relevance | path

Searched refs:uhash_count (Results 1 – 15 of 15) sorted by relevance

/external/icu4c/test/cintltst/
Dchashtst.c179 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/
Dhash.h154 return uhash_count(hash); in count()
Duhash.c635 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()
Duhash.h328 uhash_count(const UHashtable *hash);
Dusprep.cpp193 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) { in usprep_cleanup()
Ducnv_bld.c201 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) { in ucnv_cleanup()
Duresbund.c245 …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/
Dmsgfmt.cpp395 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/
Dstore.c253 elementCount = uhash_count(hashTable); in storeMappingData()
/external/webkit/Source/WebCore/icu/unicode/
Durename.h722 #define uhash_count uhash_count_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h722 #define uhash_count uhash_count_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h722 #define uhash_count uhash_count_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h722 #define uhash_count uhash_count_3_2 macro
/external/icu4c/common/unicode/
Durename.h934 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro
/external/icu4c/tools/genrb/
Dreslist.c1668 int32_t count = uhash_count(bundle->fStringSet); in bundle_compactStrings()