/external/icu/icu4c/source/i18n/ |
D | region.cpp | 217 const Region *aliasToRegion = (Region *) uhash_get(newRegionIDMap.getAlias(),&aliasTo); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 218 … Region *aliasFromRegion = (Region *)uhash_get(newRegionIDMap.getAlias(),aliasFromStr.getAlias()); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 261 … Region *target = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)¤tRegion); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 280 Region *r = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)&codeMappingID); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 299 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&WORLD_ID_STRING); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 305 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&UNKNOWN_REGION_ID_STRING); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 311 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)continents->elementAt(i)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 318 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)groupings->elementAt(i)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 328 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&OUTLYING_OCEANIA_REGION_ID_STRING); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 345 Region *parentRegion = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&parentStr); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() [all …]
|
D | zonemeta.cpp | 268 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() 804 if (uhash_get(gMetaZoneIDTable, usMzID) == NULL) { in initAvailableMetaZoneIDs() 836 return (const UChar*)uhash_get(gMetaZoneIDTable, &mzid); in findMetaZoneID()
|
D | gender.cpp | 105 result = (const GenderInfo*) uhash_get(gGenderInfoCache, key); in getInstance() 121 GenderInfo* temp = (GenderInfo*) uhash_get(gGenderInfoCache, key); in getInstance()
|
D | tznames_impl.cpp | 499 pooledString = static_cast<UChar *>(uhash_get(fHash, s)); in get() 540 pooledString = static_cast<UChar *>(uhash_get(fHash, s)); in adopt() 1308 void* mznames = uhash_get(fMZNamesMap, mzIDKey); in loadMetaZoneNames() 1336 void *tznames = uhash_get(fTZNamesMap, tzIDKey); in loadTimeZoneNames() 1512 void* loader = uhash_get(keyToLoader, key); in consumeNamesTable() 1516 void* cacheVal = uhash_get(tzn.fMZNamesMap, mzID.getTerminatedBuffer()); in consumeNamesTable() 1529 void* cacheVal = uhash_get(tzn.fTZNamesMap, tzID.getTerminatedBuffer()); in consumeNamesTable() 1664 void* value = uhash_get(fTZNamesMap, copy.getTerminatedBuffer()); in internalLoadAllDisplayNames() 2248 void *cacheVal = uhash_get(gTZDBNamesMap, mzIDKey); in getMetaZoneNames()
|
D | tzgnames.cpp | 519 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey); in getGenericLocationName() 773 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key); in getPartialLocationName() 1221 cacheEntry = (TZGNCoreRef *)uhash_get(gTZGNCoreCache, key); in createInstance()
|
D | uspoof_conf.cpp | 138 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src)); in addString()
|
D | tznames.cpp | 155 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key); in TimeZoneNamesDelegate()
|
D | dtptngen.cpp | 611 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormats() 613 … allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, const_cast<char *>(country)); in getAllowedHourFormats()
|
/external/icu/icu4c/source/common/ |
D | rbbistbl.cpp | 81 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()
|
D | uloc_keytype.cpp | 483 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toBcpKey() 496 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toLegacyKey() 516 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toBcpType() 521 LocExtType* t = (LocExtType*)uhash_get(keyData->typeMap, type); in ulocimp_toBcpType() 561 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toLegacyType() 566 LocExtType* t = (LocExtType*)uhash_get(keyData->typeMap, type); in ulocimp_toLegacyType()
|
D | loadednormalizer2impl.cpp | 290 allModes=(Norm2AllModes *)uhash_get(cache, name); in getInstance() 307 void *temp=uhash_get(cache, name); in getInstance()
|
D | hash.h | 207 return uhash_get(hash, &key); in get()
|
D | uhash.h | 416 uhash_get(const UHashtable *hash,
|
D | usprep.cpp | 329 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile() 367 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
|
D | udata.cpp | 317 el = (DataCacheElement *)uhash_get(htable, baseName); in udata_findCachedData() 371 oldValue = (DataCacheElement *)uhash_get(htable, path); in udata_cacheDataItem()
|
D | ucurr.cpp | 1033 if (uhash_get(currencyIsoCodes, iso) != NULL) { in collectCurrencyNames() 1090 if (uhash_get(currencyPluralIsoCodes, iso) != NULL) { in collectCurrencyNames() 2253 IsoCodeEntry* result = (IsoCodeEntry *) uhash_get(gIsoCodes, isoCode); in ucurr_isAvailable()
|
D | rbbiscan.cpp | 739 el = (RBBISetTableEl *)uhash_get(fSetTable, &s); in findSetFor()
|
D | uhash.cpp | 659 uhash_get(const UHashtable *hash, in uhash_get() function
|
D | locid.cpp | 211 Locale *newDefault = (Locale *)uhash_get(gDefaultLocalesHashT, localeNameBuf); in locale_set_default_internal()
|
D | ucnv_bld.cpp | 494 rc = (UConverterSharedData*)uhash_get(SHARED_DATA_HASHTABLE, name); in ucnv_getSharedConverterData()
|
D | uresbund.cpp | 340 r = (UResourceDataEntry *)uhash_get(cache, &find); in init_entry() 411 … if((oldR = (UResourceDataEntry *)uhash_get(cache, r)) == NULL) { /* if the data is not cached */ in init_entry()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 124 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/libandroidicu/include/unicode/ |
D | urename.h | 956 #define uhash_get U_ICU_ENTRY_POINT_RENAME(uhash_get) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 956 #define uhash_get U_ICU_ENTRY_POINT_RENAME(uhash_get) macro
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 395 fSame = static_cast<StringResource *>(uhash_get(stringSet, this)); in handlePreflightStrings()
|