HomeSort by relevance Sort by last modified time
    Searched refs:uhash_get (Results 1 - 25 of 25) sorted by null

  /external/icu/icu4c/source/common/
rbbistbl.cpp 81 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &s);
173 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key);
193 e = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key);
uloc_keytype.cpp 484 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key);
497 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key);
517 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key);
522 LocExtType* t = (LocExtType*)uhash_get(keyData->typeMap, type);
562 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key);
567 LocExtType* t = (LocExtType*)uhash_get(keyData->typeMap, type);
hash.h 173 return uhash_get(hash, &key);
loadednormalizer2impl.cpp 231 allModes=(Norm2AllModes *)uhash_get(cache, name);
247 void *temp=uhash_get(cache, name);
uhash.h 50 * NULL values are not allowed. uhash_get() returns NULL to indicate
54 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(),
327 * @see uhash_get
345 * @see uhash_get
363 * @see uhash_get
381 * @see uhash_get
397 uhash_get(const UHashtable *hash,
usprep.cpp 327 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
369 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
udata.cpp 309 el = (DataCacheElement *)uhash_get(htable, baseName);
363 oldValue = (DataCacheElement *)uhash_get(htable, path);
    [all...]
locid.cpp 205 Locale *newDefault = (Locale *)uhash_get(gDefaultLocalesHashT, localeNameBuf);
ucurr.cpp     [all...]
rbbiscan.cpp 734 el = (RBBISetTableEl *)uhash_get(fSetTable, &s);
    [all...]
uhash.c 643 uhash_get(const UHashtable *hash, function
uresbund.cpp 340 r = (UResourceDataEntry *)uhash_get(cache, &find);
406 if((oldR = (UResourceDataEntry *)uhash_get(cache, r)) == NULL) { /* if the data is not cached */
    [all...]
ucnv_bld.cpp 489 rc = (UConverterSharedData*)uhash_get(SHARED_DATA_HASHTABLE, name);
    [all...]
  /external/icu/icu4c/source/i18n/
region.cpp 209 const Region *aliasToRegion = (Region *) uhash_get(newRegionIDMap.getAlias(),&aliasTo);
210 Region *aliasFromRegion = (Region *)uhash_get(newRegionIDMap.getAlias(),aliasFromStr.getAlias());
253 Region *target = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)&currentRegion);
272 Region *r = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)&codeMappingID);
291 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&WORLD_ID_STRING);
297 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&UNKNOWN_REGION_ID_STRING);
303 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)continents->elementAt(i));
310 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)groupings->elementAt(i));
320 r = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&OUTLYING_OCEANIA_REGION_ID_STRING);
337 Region *parentRegion = (Region *) uhash_get(newRegionIDMap.getAlias(),(void *)&parentStr)
    [all...]
gender.cpp 105 result = (const GenderInfo*) uhash_get(gGenderInfoCache, key);
121 GenderInfo* temp = (GenderInfo*) uhash_get(gGenderInfoCache, key);
compactdecimalformat.cpp 469 result = (CDFLocaleData*) uhash_get(gCompactDecimalData, key);
483 CDFLocaleData* temp = (CDFLocaleData*) uhash_get(gCompactDecimalData, key);
870 (const CDFUnit*) uhash_get(result->unitsByVariant, gOther);
912 (const CDFUnit*) uhash_get(result->unitsByVariant, gOther);
969 CDFUnit *cdfUnit = (CDFUnit*) uhash_get(table, variant);
995 cdfUnit = (const CDFUnit*) uhash_get(table, cvariant.data());
998 cdfUnit = (const CDFUnit*) uhash_get(table, gOther);
zonemeta.cpp 261 canonicalID = (const UChar *)uhash_get(gCanonicalIDCache, utzid);
346 const UChar* idInCache = (const UChar *)uhash_get(gCanonicalIDCache, utzid);
357 const UChar *canonicalInCache = (const UChar*)uhash_get(gCanonicalIDCache, canonicalID);
570 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars);
589 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars);
797 if (uhash_get(gMetaZoneIDTable, usMzID) == NULL) {
829 return (const UChar*)uhash_get(gMetaZoneIDTable, &mzid);
tznames_impl.cpp 493 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
534 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
    [all...]
uspoof_conf.cpp 134 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src));
tzgnames.cpp 518 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey);
772 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key);
    [all...]
tznames.cpp 155 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key);
dtptngen.cpp 539 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data());
541 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, const_cast<char *>(country));
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 124 CharClass *nameClass = static_cast<CharClass *>(uhash_get(fCharClasses.getAlias(), &name));
175 CharClass *nameClass = static_cast<CharClass *>(uhash_get(fCharClasses.getAlias(), &name));
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 395 fSame = static_cast<StringResource *>(uhash_get(stringSet, this));
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 940 #define uhash_get macro
    [all...]

Completed in 456 milliseconds