/third_party/icu/icu4c/source/test/cintltst/ |
H A D | chashtst.c | 234 if(uhash_count(hash) != 1){ in TestOtherAPI() 235 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in TestOtherAPI() 245 if(uhash_count(hash) != 5){ in TestOtherAPI() 246 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash)); in TestOtherAPI() 260 if(uhash_count(hash) != 4){ in TestOtherAPI() 261 log_err("FAIL: uhas_count() failed. Expected: 4, Got: %d\n", uhash_count(hash)); in TestOtherAPI() 265 if(uhash_count(hash) != 3){ in TestOtherAPI() 270 if(uhash_count(hash) != 3){ in TestOtherAPI() 276 if(uhash_count(hash) != 4){ in TestOtherAPI() 288 if(uhash_count(has in TestOtherAPI() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | unifiedcache.cpp | 145 return uhash_count(fHashtable) - fNumValuesInUse; in unusedCount() 155 return uhash_count(fHashtable); in keyCount() 216 fprintf(stderr, "Unified Cache: %d out of a total of %d still have hard references\n", cnt, uhash_count(fHashtable)); in _dumpContents() 248 int32_t origSize = uhash_count(fHashtable); in _flush() 267 int32_t totalItems = uhash_count(fHashtable); in _computeCountOfItemsToEvict()
|
H A D | uhash.cpp | 657 uhash_count(const UHashtable *hash) { in uhash_count() function 975 count1 = uhash_count(hash1); in uhash_equals() 976 count2 = uhash_count(hash2); in uhash_equals()
|
H A D | hash.h | 201 return uhash_count(hash); in count()
|
H A D | localeprioritylist.cpp | 228 U_ASSERT(uhash_count(map) == getLength()); in add()
|
H A D | uhash.h | 54 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(), 340 uhash_count(const UHashtable *hash);
|
H A D | usprep.cpp | 198 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) { in usprep_cleanup()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unifiedcache.cpp | 145 return uhash_count(fHashtable) - fNumValuesInUse; in unusedCount() 155 return uhash_count(fHashtable); in keyCount() 216 fprintf(stderr, "Unified Cache: %d out of a total of %d still have hard references\n", cnt, uhash_count(fHashtable)); in _dumpContents() 248 int32_t origSize = uhash_count(fHashtable); in _flush() 267 int32_t totalItems = uhash_count(fHashtable); in _computeCountOfItemsToEvict()
|
H A D | uhash.cpp | 657 uhash_count(const UHashtable *hash) { in uhash_count() function 975 count1 = uhash_count(hash1); in uhash_equals() 976 count2 = uhash_count(hash2); in uhash_equals()
|
H A D | hash.h | 201 return uhash_count(hash); in count()
|
H A D | localeprioritylist.cpp | 228 U_ASSERT(uhash_count(map) == getLength()); in add()
|
H A D | uhash.h | 54 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(), 340 uhash_count(const UHashtable *hash);
|
H A D | usprep.cpp | 198 if (SHARED_DATA_HASHTABLE != nullptr && uhash_count(SHARED_DATA_HASHTABLE) == 0) { in usprep_cleanup()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unifiedcache.cpp | 145 return uhash_count(fHashtable) - fNumValuesInUse; in unusedCount() 155 return uhash_count(fHashtable); in keyCount() 216 fprintf(stderr, "Unified Cache: %d out of a total of %d still have hard references\n", cnt, uhash_count(fHashtable)); in _dumpContents() 248 int32_t origSize = uhash_count(fHashtable); in _flush() 267 int32_t totalItems = uhash_count(fHashtable); in _computeCountOfItemsToEvict()
|
H A D | uhash.cpp | 657 uhash_count(const UHashtable *hash) { in uhash_count() function 975 count1 = uhash_count(hash1); in uhash_equals() 976 count2 = uhash_count(hash2); in uhash_equals()
|
H A D | hash.h | 201 return uhash_count(hash); in count()
|
H A D | localeprioritylist.cpp | 228 U_ASSERT(uhash_count(map) == getLength()); in add()
|
H A D | uhash.h | 54 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(), 340 uhash_count(const UHashtable *hash);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | msgfmt.cpp | 415 const int32_t count = uhash_count(customFormatArgStarts); in operator ==() 416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==() 526 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) || in toPattern() 1344 const int32_t count = uhash_count(that.cachedFormatters); in copyObjects() 1362 const int32_t count = uhash_count(that.customFormatArgStarts); in copyObjects()
|
H A D | repattrn.cpp | 849 if (!fNamedCaptureMap || uhash_count(fNamedCaptureMap) == 0) { in dumpPattern()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | msgfmt.cpp | 415 const int32_t count = uhash_count(customFormatArgStarts); in operator ==() 416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==() 527 if ((customFormatArgStarts != nullptr && 0 != uhash_count(customFormatArgStarts)) || in toPattern() 1345 const int32_t count = uhash_count(that.cachedFormatters); in copyObjects() 1363 const int32_t count = uhash_count(that.customFormatArgStarts); in copyObjects()
|
H A D | repattrn.cpp | 849 if (!fNamedCaptureMap || uhash_count(fNamedCaptureMap) == 0) { in dumpPattern()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | msgfmt.cpp | 415 const int32_t count = uhash_count(customFormatArgStarts); in operator ==() 416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==() 526 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) || in toPattern() 1342 const int32_t count = uhash_count(that.cachedFormatters); in copyObjects() 1360 const int32_t count = uhash_count(that.customFormatArgStarts); in copyObjects()
|
/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | store.c | 257 elementCount = uhash_count(hashTable); in storeMappingData()
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | store.c | 256 elementCount = uhash_count(hashTable); in storeMappingData()
|