HomeSort by relevance Sort by last modified time
    Searched refs:uhash_count (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/test/cintltst/
chashtst.c 181 if(uhash_count(hash) != 1){
182 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash));
192 if(uhash_count(hash) != 5){
193 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash));
207 if(uhash_count(hash) != 4){
208 log_err("FAIL: uhas_count() failed. Expected: 4, Got: %d\n", uhash_count(hash));
212 if(uhash_count(hash) != 3){
217 if(uhash_count(hash) != 3){
223 if(uhash_count(hash) != 4){
235 if(uhash_count(hash) != 0)
    [all...]
  /external/icu/icu4c/source/common/
unifiedcache.cpp 142 return uhash_count(fHashtable) - fItemsInUseCount;
152 return uhash_count(fHashtable);
207 fprintf(stderr, "Unified Cache: %d out of a total of %d still have hard references\n", cnt, uhash_count(fHashtable));
244 int32_t origSize = uhash_count(fHashtable);
269 return uhash_count(fHashtable) - fItemsInUseCount - maxUnusedCount;
hash.h 161 return uhash_count(hash);
uhash.h 54 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(),
314 uhash_count(const UHashtable *hash);
uhash.c 638 uhash_count(const UHashtable *hash) { function
884 count1 = uhash_count(hash1);
885 count2 = uhash_count(hash2);
usprep.cpp 197 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
ucnv_bld.cpp 246 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
    [all...]
uresbund.cpp 251 fprintf(stderr,"%s:%d: RB Cache still contains %d items.\n", __FILE__, __LINE__, uhash_count(cache));
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 414 const int32_t count = uhash_count(customFormatArgStarts);
415 const int32_t rhs_count = uhash_count(that.customFormatArgStarts);
525 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) ||
    [all...]
repattrn.cpp 838 if (uhash_count(fNamedCaptureMap) == 0) {
  /external/icu/icu4c/source/tools/gensprep/
store.c 255 elementCount = uhash_count(hashTable);
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 934 #define uhash_count macro
    [all...]

Completed in 329 milliseconds