/external/icu4c/test/cintltst/ |
chashtst.c | 106 hash = uhash_open(hashChars, isEqualChars, NULL, &status); 108 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n", 113 log_err("FAIL: uhash_open returned NULL\n"); 116 log_verbose("Ok: uhash_open returned 0x%08X\n", hash); 166 hash = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); 168 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n", 173 log_err("FAIL: uhash_open returned NULL\n"); 176 log_verbose("Ok: uhash_open returned 0x%08X\n", hash); 290 hash = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &status); 292 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n" [all...] |
/external/icu4c/i18n/ |
anytrans.cpp | 185 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec); 211 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
|
uspoof_conf.cpp | 75 fHash = uhash_open(uhash_hashUnicodeString, // key hash function 163 fSLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); 164 fSATable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); 165 fMLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); 166 fMATable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status);
|
colldata.cpp | 310 map = uhash_open(uhash_hashLong, uhash_compareLong, 387 map = uhash_open(uhash_hashUnicodeString, 493 cache = uhash_open(uhash_hashChars, uhash_compareChars, uhash_compareLong, &status);
|
zstrfmt.cpp | 554 fTzidToStrings = uhash_open(uhash_hashUChars, // key hash function 558 fMzidToStrings = uhash_open(uhash_hashUChars, 647 fTzidToStrings = uhash_open(uhash_hashUChars, // key hash function 651 fMzidToStrings = uhash_open(uhash_hashUChars, // key hash function [all...] |
zonemeta.cpp | 436 UHashtable *tmpOlsonToMeta = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status);
|
ucurr.cpp | 817 UHashtable* currencyIsoCodes = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &ec3); 818 UHashtable* currencyPluralIsoCodes = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &ec4); [all...] |
numfmt.cpp | [all...] |
ucol_elm.cpp | 156 t->prefixLookup = uhash_open(prefixLookupHash, prefixLookupComp, NULL, status); [all...] |
/external/icu4c/common/ |
rbbistbl.cpp | 47 fHashTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); 48 // uhash_open checks status
|
uhash.h | 208 uhash_open(UHashFunction *keyHash, 222 * @see uhash_open
|
locid.cpp | 183 UHashtable *tHashTable = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status);
|
normalizer2.cpp | 581 cache=uhash_open(uhash_hashChars, uhash_compareChars, NULL, &errorCode);
|
rbbiscan.cpp | 149 fSetTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, rb->fStatus); [all...] |
udata.cpp | 256 tHT = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &err); [all...] |
uhash.c | 536 uhash_open(UHashFunction *keyHash, function [all...] |
usprep.cpp | 213 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
|
uresbund.c | 274 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); [all...] |
/external/icu4c/tools/gensprep/ |
store.c | 385 hashTable = uhash_open(hashEntry, compareEntries, NULL, status);
|
/external/icu4c/tools/genrb/ |
reslist.c | 922 bundle->fStringSet = uhash_open(string_hash, string_comp, string_comp, &localStatus); [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
urename.h | 744 #define uhash_open macro [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
urename.h | 744 #define uhash_open macro [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
urename.h | 744 #define uhash_open macro [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | 744 #define uhash_open macro [all...] |
/external/icu4c/common/unicode/ |
urename.h | 948 #define uhash_open macro [all...] |