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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/i18n/
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);
msgfmt.cpp 411 const int32_t count = uhash_count(customFormatArgStarts);
412 const int32_t rhs_count = uhash_count(that.customFormatArgStarts);
522 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) ||
    [all...]
  /external/icu/icu4c/source/i18n/
identifier_info.cpp 170 if (uhash_count(fScriptSetSet) > 0) {
198 if (uhash_count(fScriptSetSet) == 0) {
243 (fCommonAmongAlternates->countMembers() == 0 ? uhash_count(fScriptSetSet) : 1);
264 (fCommonAmongAlternates->countMembers() == 0 ? uhash_count(fScriptSetSet) : 1);
msgfmt.cpp 411 const int32_t count = uhash_count(customFormatArgStarts);
412 const int32_t rhs_count = uhash_count(that.customFormatArgStarts);
522 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) ||
    [all...]
  /external/chromium_org/third_party/icu/source/common/
hash.h 155 return uhash_count(hash);
uhash.h 51 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(),
308 uhash_count(const UHashtable *hash);
uhash.c 636 uhash_count(const UHashtable *hash) { function
882 count1 = uhash_count(hash1);
883 count2 = uhash_count(hash2);
usprep.cpp 194 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
ucnv_bld.cpp 221 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
    [all...]
uresbund.cpp 248 fprintf(stderr,"%s:%d: RB Cache still contains %d items.\n", __FILE__, __LINE__, uhash_count(cache));
    [all...]
  /external/icu/icu4c/source/common/
hash.h 155 return uhash_count(hash);
lrucache.cpp 88 if (uhash_count(localeIdToEntries) < maxSize) {
uhash.h 51 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(),
308 uhash_count(const UHashtable *hash);
uhash.c 636 uhash_count(const UHashtable *hash) { function
882 count1 = uhash_count(hash1);
883 count2 = uhash_count(hash2);
usprep.cpp 194 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
ucnv_bld.cpp 212 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
    [all...]
uresbund.cpp 248 fprintf(stderr,"%s:%d: RB Cache still contains %d items.\n", __FILE__, __LINE__, uhash_count(cache));
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 253 elementCount = uhash_count(hashTable);
  /external/icu/icu4c/source/tools/gensprep/
store.c 253 elementCount = uhash_count(hashTable);
  /external/icu/icu4c/source/common/unicode/
urename.h 909 #define uhash_count macro
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c     [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.c     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 960 #define uhash_count macro
    [all...]

Completed in 594 milliseconds