Searched refs:uhash_count (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c179 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 Dchashtst.c179 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 Didentifier_info.cpp175 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 Dmsgfmt.cpp400 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 Dhash.h154 return uhash_count(hash);
H A Duhash.h49 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(),
328 uhash_count(const UHashtable *hash);
H A Duhash.c635 uhash_count(const UHashtable *hash) { function
908 count1 = uhash_count(hash1);
909 count2 = uhash_count(hash2);
H A Dusprep.cpp193 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
H A Duresbund.c245 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 Ducnv_bld.c199 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
/external/icu4c/common/
H A Dhash.h155 return uhash_count(hash);
H A Duhash.h51 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(),
308 uhash_count(const UHashtable *hash);
H A Duhash.c636 uhash_count(const UHashtable *hash) { function
882 count1 = uhash_count(hash1);
883 count2 = uhash_count(hash2);
H A Dusprep.cpp193 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
H A Duresbund.cpp246 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 Ducnv_bld.cpp207 if (SHARED_DATA_HASHTABLE != NULL && uhash_count(SHARED_DATA_HASHTABLE) == 0) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dzstrfmt.cpp698 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 Dstore.c253 elementCount = uhash_count(hashTable);
/external/icu4c/tools/gensprep/
H A Dstore.c253 elementCount = uhash_count(hashTable);
/external/icu4c/common/unicode/
H A Durename.h933 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c1668 int32_t count = uhash_count(bundle->fStringSet);
/external/icu4c/tools/genrb/
H A Dreslist.c1674 int32_t count = uhash_count(bundle->fStringSet);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h924 #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) macro

Completed in 742 milliseconds