/external/icu4c/test/cintltst/ |
chashtst.c | 179 if(uhash_count(hash) != 1){ 180 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); 190 if(uhash_count(hash) != 5){ 191 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash)); 205 if(uhash_count(hash) != 4){ 206 log_err("FAIL: uhas_count() failed. Expected: 4, Got: %d\n", uhash_count(hash)); 210 if(uhash_count(hash) != 3){ 215 if(uhash_count(hash) != 3){ 221 if(uhash_count(hash) != 4){ 233 if(uhash_count(hash) != 0) [all...] |
/external/icu4c/common/ |
hash.h | 155 return uhash_count(hash);
|
uhash.c | 636 uhash_count(const UHashtable *hash) { function 882 count1 = uhash_count(hash1); 883 count2 = uhash_count(hash2);
|
uhash.h | 51 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(), 308 uhash_count(const UHashtable *hash);
|
usprep.cpp | 193 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
|
ucnv_bld.cpp | 207 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) { [all...] |
uresbund.cpp | 245 fprintf(stderr,"%s:%d: RB Cache still contains %d items.\n", __FILE__, __LINE__, uhash_count(cache)); 258 if (cache != NULL && uhash_count(cache) == 0) { [all...] |
/external/icu4c/i18n/ |
msgfmt.cpp | 401 const int32_t count = uhash_count(customFormatArgStarts); 402 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); 512 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) || [all...] |
/external/icu4c/common/unicode/ |
urename.h | 941 #define uhash_count macro [all...] |
/external/icu4c/tools/gensprep/ |
store.c | 253 elementCount = uhash_count(hashTable);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
urename.h | 722 #define uhash_count macro [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
urename.h | 722 #define uhash_count macro [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
urename.h | 722 #define uhash_count macro [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | 722 #define uhash_count macro [all...] |
/external/icu4c/tools/genrb/ |
reslist.c | [all...] |