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

  /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 154 return uhash_count(hash);
uhash.h 49 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(),
328 uhash_count(const UHashtable *hash);
uhash.c 635 uhash_count(const UHashtable *hash) { function
913 count1 = uhash_count(hash1);
914 count2 = uhash_count(hash2);
    [all...]
usprep.cpp 193 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
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) {
    [all...]
ucnv_bld.c 201 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 395 const int32_t count = uhash_count(customFormatArgStarts);
396 const int32_t rhs_count = uhash_count(that.customFormatArgStarts);
505 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) ||
    [all...]
  /external/icu4c/tools/gensprep/
store.c 253 elementCount = uhash_count(hashTable);
  /external/icu4c/tools/genrb/
reslist.c     [all...]
  /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/common/unicode/
urename.h 934 #define uhash_count macro
    [all...]

Completed in 740 milliseconds