/external/icu4c/common/ |
D | rbbistbl.cpp | 79 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &s); in lookup() 171 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key); in lookupNode() 191 e = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key); in addEntry()
|
D | hash.h | 166 return uhash_get(hash, &key); in get()
|
D | uhash.h | 411 uhash_get(const UHashtable *hash,
|
D | usprep.cpp | 333 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile() 375 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
|
D | locid.cpp | 201 Locale *newDefault = (Locale *)uhash_get(gDefaultLocalesHashT, localeNameBuf); in locale_set_default_internal() 222 Locale *hashTableVal = (Locale *)uhash_get(gDefaultLocalesHashT, key); in locale_set_default_internal()
|
D | udata.cpp | 316 el = (DataCacheElement *)uhash_get(htable, baseName); in udata_findCachedData() 370 oldValue = (DataCacheElement *)uhash_get(htable, path); in udata_cacheDataItem()
|
D | normalizer2.cpp | 584 allModes=(Norm2AllModes *)uhash_get(cache, name); in getInstance() 600 void *temp=uhash_get(cache, name); in getInstance()
|
D | rbbiscan.cpp | 675 el = (RBBISetTableEl *)uhash_get(fSetTable, &s); in findSetFor()
|
D | uhash.c | 640 uhash_get(const UHashtable *hash, in uhash_get() function
|
D | ucnv_bld.c | 467 rc = (UConverterSharedData*)uhash_get(SHARED_DATA_HASHTABLE, name); in ucnv_getSharedConverterData()
|
D | uresbund.c | 352 r = (UResourceDataEntry *)uhash_get(cache, &find); in init_entry() 417 … if((oldR = (UResourceDataEntry *)uhash_get(cache, r)) == NULL) { /* if the data is not cached */ in init_entry()
|
/external/icu4c/i18n/ |
D | zonemeta.cpp | 258 canonicalID = (const UChar *)uhash_get(gCanonicalIDCache, utzid); in getCanonicalCLDRID() 346 const UChar* idInCache = (const UChar *)uhash_get(gCanonicalIDCache, utzid); in getCanonicalCLDRID() 357 … const UChar *canonicalInCache = (const UChar*)uhash_get(gCanonicalIDCache, canonicalID); in getCanonicalCLDRID() 570 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars); in getMetazoneMappings() 589 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars); in getMetazoneMappings() 799 if (uhash_get(metaZoneIDTable, usMzID) == NULL) { in initAvailableMetaZoneIDs() 834 return (const UChar*)uhash_get(gMetaZoneIDTable, &mzid); in findMetaZoneID()
|
D | colldata.cpp | 416 return (const CEList *) uhash_get(map, string); in get() 524 entry = (CollDataCacheEntry *) uhash_get(cache, key); in get() 538 entry = (CollDataCacheEntry *) uhash_get(cache, key); in get() 576 entry = (CollDataCacheEntry *) uhash_get(cache, collData->key); in unref()
|
D | tznames_impl.cpp | 416 pooledString = static_cast<UChar *>(uhash_get(fHash, s)); in get() 457 pooledString = static_cast<UChar *>(uhash_get(fHash, s)); in adopt() 1206 void *cacheVal = uhash_get(fMZNamesMap, mzIDKey); in loadMetaZoneNames() 1275 void *cacheVal = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()
|
D | tznames.cpp | 154 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key); in TimeZoneNamesDelegate()
|
D | ucol_elm.cpp | 1263 UCAElements *uCE = (UCAElements *)uhash_get(t->prefixLookup, element); in uprv_uca_addAnElement() 1675 UCAElements *prefix=(UCAElements *)uhash_get(t->prefixLookup, &el); in _enumCategoryRangeClosureCategory() 1760 UCAElements *prefix=(UCAElements *)uhash_get(t->prefixLookup, el); in uprv_uca_addFCD4AccentedContractions() 1821 UCAElements *prefix=(UCAElements *)uhash_get(t->prefixLookup, el); in uprv_uca_addMultiCMContractions() 1920 UCAElements *prefix=(UCAElements *)uhash_get(t->prefixLookup, &element); in uprv_uca_addTailCanonicalClosures()
|
D | tzgnames.cpp | 475 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey); in getGenericLocationName() 736 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key); in getPartialLocationName()
|
D | tzfmt.cpp | 419 cacheEntry = (TimeZoneFormatCacheEntry *)uhash_get(gTimeZoneFormatCache, key); in TimeZoneFormatDelegate()
|
D | ucol_tok.cpp | 1597 sourceToken = (UColToken *)uhash_get(src->tailored, &key); in getVirginBefore() 1676 sourceToken = (UColToken *)uhash_get(src->tailored, &key); in getVirginBefore() 1783 sourceToken = (UColToken *)uhash_get(src->tailored, &key); in ucol_tok_assembleTokenList() 1983 sourceToken = (UColToken *)uhash_get(src->tailored, &key); in ucol_tok_assembleTokenList()
|
D | uspoof_conf.cpp | 130 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src)); in addString()
|
D | ucurr.cpp | 879 if (uhash_get(currencyIsoCodes, iso) != NULL) { in collectCurrencyNames() 947 if (uhash_get(currencyPluralIsoCodes, iso) != NULL) { in collectCurrencyNames() 1960 IsoCodeEntry* result = (IsoCodeEntry *) uhash_get(gIsoCodes, isoCode); in ucurr_isAvailable()
|
D | ucol_bld.cpp | 867 …if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESE… in ucol_createElements() 1231 UCAElements *prefixEnt=(UCAElements *)uhash_get(t->prefixLookup, &elm); in ucol_assembleTailoringTable()
|
D | alphaindex.cpp | 210 … UnicodeSet *targets = static_cast<UnicodeSet *>(uhash_get(alreadyIn_, &itemAlreadyIn)); in buildIndex()
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 728 #define uhash_get uhash_get_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 728 #define uhash_get uhash_get_3_2 macro
|