/external/icu4c/i18n/ |
ucurr.cpp | 873 if (uhash_get(currencyIsoCodes, iso) != NULL) { 941 if (uhash_get(currencyPluralIsoCodes, iso) != NULL) { [all...] |
ucol_bld.cpp | 874 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */ [all...] |
ucol_tok.cpp | [all...] |
uspoof_conf.cpp | 130 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src));
|
/external/chromium_org/third_party/icu/source/common/ |
udata.cpp | 292 el = (DataCacheElement *)uhash_get(htable, baseName); 346 oldValue = (DataCacheElement *)uhash_get(htable, path); [all...] |
uhash.c | 640 uhash_get(const UHashtable *hash, function [all...] |
ucnv_bld.c | 465 rc = (UConverterSharedData*)uhash_get(SHARED_DATA_HASHTABLE, name); [all...] |
uresbund.c | 349 r = (UResourceDataEntry *)uhash_get(cache, &find); 414 if((oldR = (UResourceDataEntry *)uhash_get(cache, r)) == NULL) { /* if the data is not cached */ [all...] |
rbbiscan.cpp | 675 el = (RBBISetTableEl *)uhash_get(fSetTable, &s); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_bld.cpp | 867 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */ [all...] |
ucol_tok.cpp | [all...] |
uspoof_conf.cpp | 130 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src));
|
ucurr.cpp | 834 if (uhash_get(currencyIsoCodes, iso) != NULL) { 902 if (uhash_get(currencyPluralIsoCodes, iso) != NULL) { [all...] |
/external/icu4c/common/ |
udata.cpp | 316 el = (DataCacheElement *)uhash_get(htable, baseName); 370 oldValue = (DataCacheElement *)uhash_get(htable, path); [all...] |
locid.cpp | 165 Locale *newDefault = (Locale *)uhash_get(gDefaultLocalesHashT, localeNameBuf);
|
uhash.c | 641 uhash_get(const UHashtable *hash, function
|
ucnv_bld.cpp | 470 rc = (UConverterSharedData*)uhash_get(SHARED_DATA_HASHTABLE, name); [all...] |
uresbund.cpp | 347 r = (UResourceDataEntry *)uhash_get(cache, &find); 412 if((oldR = (UResourceDataEntry *)uhash_get(cache, r)) == NULL) { /* if the data is not cached */ [all...] |
rbbiscan.cpp | 676 el = (RBBISetTableEl *)uhash_get(fSetTable, &s); [all...] |
/external/icu4c/common/unicode/ |
urename.h | 939 #define uhash_get macro [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | 931 #define uhash_get macro [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
reslist.c | 924 res->u.fString.fSame = uhash_get(bundle->fStringSet, res); [all...] |
/external/icu4c/tools/genrb/ |
reslist.c | 926 res->u.fString.fSame = uhash_get(bundle->fStringSet, res); [all...] |