Home
last modified time | relevance | path

Searched refs:uhash_get (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Dregion.cpp214 const Region *aliasToRegion = (Region *) uhash_get(newRegionIDMap.getAlias(),&aliasTo); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
215 … Region *aliasFromRegion = (Region *)uhash_get(newRegionIDMap.getAlias(),aliasFromStr.getAlias()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
257 … Region *target = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)&currentRegion); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
276 Region *r = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)&codeMappingID); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
294 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&WORLD_ID_STRING); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
300 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&UNKNOWN_REGION_ID_STRING); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
306 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)continents->elementAt(i)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
313 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)groupings->elementAt(i)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
323 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&OUTLYING_OCEANIA_REGION_ID_STRING); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
340 Region *parentRegion = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&parentStr); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
[all …]
Dzonemeta.cpp268 canonicalID = (const UChar *)uhash_get(gCanonicalIDCache, utzid); in getCanonicalCLDRID()
353 const UChar* idInCache = (const UChar *)uhash_get(gCanonicalIDCache, utzid); in getCanonicalCLDRID()
364 … const UChar *canonicalInCache = (const UChar*)uhash_get(gCanonicalIDCache, canonicalID); in getCanonicalCLDRID()
577 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars); in getMetazoneMappings()
596 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars); in getMetazoneMappings()
803 if (uhash_get(gMetaZoneIDTable, usMzID) == NULL) { in initAvailableMetaZoneIDs()
834 return (const UChar*)uhash_get(gMetaZoneIDTable, &mzid); in findMetaZoneID()
Dgender.cpp106 result = (const GenderInfo*) uhash_get(gGenderInfoCache, key); in getInstance()
122 GenderInfo* temp = (GenderInfo*) uhash_get(gGenderInfoCache, key); in getInstance()
Dtznames_impl.cpp503 pooledString = static_cast<UChar *>(uhash_get(fHash, s)); in get()
544 pooledString = static_cast<UChar *>(uhash_get(fHash, s)); in adopt()
1312 void* mznames = uhash_get(fMZNamesMap, mzIDKey); in loadMetaZoneNames()
1340 void *tznames = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames()
1516 void* loader = uhash_get(keyToLoader, key); in consumeNamesTable()
1520 void* cacheVal = uhash_get(tzn.fMZNamesMap, mzID.getTerminatedBuffer()); in consumeNamesTable()
1533 void* cacheVal = uhash_get(tzn.fTZNamesMap, tzID.getTerminatedBuffer()); in consumeNamesTable()
1668 void* value = uhash_get(fTZNamesMap, copy.getTerminatedBuffer()); in internalLoadAllDisplayNames()
2256 void *cacheVal = uhash_get(gTZDBNamesMap, mzIDKey); in getMetaZoneNames()
Dtzgnames.cpp525 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey); in getGenericLocationName()
779 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key); in getPartialLocationName()
1227 cacheEntry = (TZGNCoreRef *)uhash_get(gTZGNCoreCache, key); in createInstance()
Duspoof_conf.cpp138 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src)); in addString()
Dtznames.cpp155 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key); in TimeZoneNamesDelegate()
/external/icu/icu4c/source/common/
Drbbistbl.cpp81 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &s); in lookup()
173 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key); in lookupNode()
193 e = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key); in addEntry()
Duloc_keytype.cpp426 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toBcpKey()
439 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toLegacyKey()
459 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toBcpType()
464 LocExtType* t = (LocExtType*)uhash_get(keyData->typeMap.getAlias(), type); in ulocimp_toBcpType()
504 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toLegacyType()
509 LocExtType* t = (LocExtType*)uhash_get(keyData->typeMap.getAlias(), type); in ulocimp_toLegacyType()
Dcharstrmap.h44 … const char *get(const char *key) const { return static_cast<const char *>(uhash_get(map, key)); } in get()
Dloadednormalizer2impl.cpp290 allModes=(Norm2AllModes *)uhash_get(cache, name); in getInstance()
307 void *temp=uhash_get(cache, name); in getInstance()
Dhash.h207 return uhash_get(hash, &key); in get()
Duhash.h416 uhash_get(const UHashtable *hash,
Dusprep.cpp328 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
366 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
Dudata.cpp344 el = (DataCacheElement *)uhash_get(htable, baseName); in udata_findCachedData()
398 oldValue = (DataCacheElement *)uhash_get(htable, path); in udata_cacheDataItem()
Ducurr.cpp1006 if (uhash_get(currencyIsoCodes, iso) != NULL) { in collectCurrencyNames()
1063 if (uhash_get(currencyPluralIsoCodes, iso) != NULL) { in collectCurrencyNames()
2225 IsoCodeEntry* result = (IsoCodeEntry *) uhash_get(gIsoCodes, isoCode); in ucurr_isAvailable()
Drbbiscan.cpp739 el = (RBBISetTableEl *)uhash_get(fSetTable, &s); in findSetFor()
Duhash.cpp659 uhash_get(const UHashtable *hash, in uhash_get() function
Ducnv_bld.cpp494 rc = (UConverterSharedData*)uhash_get(SHARED_DATA_HASHTABLE, name); in ucnv_getSharedConverterData()
Duresbund.cpp336 r = (UResourceDataEntry *)uhash_get(cache, &find); in init_entry()
408 … if((oldR = (UResourceDataEntry *)uhash_get(cache, r)) == NULL) { /* if the data is not cached */ in init_entry()
/external/icu/libicu/cts_headers/
Dcharstrmap.h44 … const char *get(const char *key) const { return static_cast<const char *>(uhash_get(map, key)); } in get()
Dhash.h207 return uhash_get(hash, &key); in get()
Duhash.h416 uhash_get(const UHashtable *hash,
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp124 CharClass *nameClass = static_cast<CharClass *>(uhash_get(fCharClasses.getAlias(), &name)); in addCharClass()
175 CharClass *nameClass = static_cast<CharClass *>(uhash_get(fCharClasses.getAlias(), &name)); in addRule()
/external/icu/libicu/cts_headers/unicode/
Durename.h972 #define uhash_get U_ICU_ENTRY_POINT_RENAME(uhash_get) macro

12