Searched refs:uhash_count (Results 1 - 23 of 23) sorted by relevance
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | 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(has [all...] |
/external/icu4c/test/cintltst/ |
H A D | 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(has [all...] |
/external/icu4c/i18n/ |
H A D | identifier_info.cpp | 175 if (uhash_count(fScriptSetSet) > 0) { 203 if (uhash_count(fScriptSetSet) == 0) { 248 (fCommonAmongAlternates->countMembers() == 0 ? uhash_count(fScriptSetSet) : 1); 269 (fCommonAmongAlternates->countMembers() == 0 ? uhash_count(fScriptSetSet) : 1);
|
H A D | msgfmt.cpp | 400 const int32_t count = uhash_count(customFormatArgStarts); 401 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); 511 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) || 1215 const int32_t count = uhash_count(that.cachedFormatters); 1233 const int32_t count = uhash_count(that.customFormatArgStarts);
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | hash.h | 154 return uhash_count(hash);
|
H A D | uhash.h | 49 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(), 328 uhash_count(const UHashtable *hash);
|
H A D | uhash.c | 635 uhash_count(const UHashtable *hash) { function 908 count1 = uhash_count(hash1); 909 count2 = uhash_count(hash2);
|
H A D | usprep.cpp | 193 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
|
H A D | uresbund.c | 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) {
|
H A D | ucnv_bld.c | 199 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
|
/external/icu4c/common/ |
H A D | hash.h | 155 return uhash_count(hash);
|
H A D | uhash.h | 51 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(), 308 uhash_count(const UHashtable *hash);
|
H A D | uhash.c | 636 uhash_count(const UHashtable *hash) { function 882 count1 = uhash_count(hash1); 883 count2 = uhash_count(hash2);
|
H A D | usprep.cpp | 193 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
|
H A D | uresbund.cpp | 246 fprintf(stderr,"%s:%d: RB Cache still contains %d items.\n", __FILE__, __LINE__, uhash_count(cache)); 259 if (cache != NULL && uhash_count(cache) == 0) {
|
H A D | ucnv_bld.cpp | 207 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | zstrfmt.cpp | 698 if (uhash_count(fTzidToStrings) > 0) { 720 if (uhash_count(fTzidToStrings) > 0) { 1141 if (uhash_count(fTzidToStrings) > 0) { 1359 if (uhash_count(fTzidToStrings) > 0) { 1382 if (result.isEmpty() && uhash_count(fMzidToStrings) > 0 && typeIdx != ZSIDX_LOCATION) { 1441 if (uhash_count(fTzidToStrings) > 0) { 1453 if (result.isEmpty() && uhash_count(fMzidToStrings) > 0) { 1594 if (uhash_count(fTzidToStrings) <= 0) {
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
H A D | store.c | 253 elementCount = uhash_count(hashTable);
|
/external/icu4c/tools/gensprep/ |
H A D | store.c | 253 elementCount = uhash_count(hashTable);
|
/external/icu4c/common/unicode/ |
H A D | urename.h | 933 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
H A D | reslist.c | 1668 int32_t count = uhash_count(bundle->fStringSet);
|
/external/icu4c/tools/genrb/ |
H A D | reslist.c | 1674 int32_t count = uhash_count(bundle->fStringSet);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | urename.h | 924 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro
|
Completed in 742 milliseconds