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

1 2

  /external/icu4c/i18n/
region.cpp 171 Region *aliasToRegion = (Region *) uhash_get(regionIDMap,&aliasTo);
172 Region *aliasFromRegion = (Region *)uhash_get(regionIDMap,aliasFromStr);
205 Region *target = (Region *)uhash_get(regionIDMap,(void *)&currentRegion);
224 Region *r = (Region *)uhash_get(regionIDMap,(void *)&codeMappingID);
243 r = (Region *) uhash_get(regionIDMap,(void *)&WORLD_ID_STRING);
249 r = (Region *) uhash_get(regionIDMap,(void *)&UNKNOWN_REGION_ID_STRING);
255 r = (Region *) uhash_get(regionIDMap,(void *)continents->elementAt(i));
263 r = (Region *) uhash_get(regionIDMap,(void *)groupings->elementAt(i));
274 r = (Region *) uhash_get(regionIDMap,(void *)&OUTLYING_OCEANIA_REGION_ID_STRING);
284 Region *parentRegion = (Region *) uhash_get(regionIDMap,(void *)&parentStr)
    [all...]
gender.cpp 99 result = (const GenderInfo*) uhash_get(gGenderInfoCache, key);
115 GenderInfo* temp = (GenderInfo*) uhash_get(gGenderInfoCache, key);
zonemeta.cpp 261 canonicalID = (const UChar *)uhash_get(gCanonicalIDCache, utzid);
349 const UChar* idInCache = (const UChar *)uhash_get(gCanonicalIDCache, utzid);
360 const UChar *canonicalInCache = (const UChar*)uhash_get(gCanonicalIDCache, canonicalID);
590 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars);
609 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars);
820 if (uhash_get(metaZoneIDTable, usMzID) == NULL) {
856 return (const UChar*)uhash_get(gMetaZoneIDTable, &mzid);
compactdecimalformat.cpp 415 result = (CDFLocaleData*) uhash_get(gCompactDecimalData, key);
429 CDFLocaleData* temp = (CDFLocaleData*) uhash_get(gCompactDecimalData, key);
860 (const CDFUnit*) uhash_get(result->unitsByVariant, gOther);
917 CDFUnit *cdfUnit = (CDFUnit*) uhash_get(table, variant);
944 cdfUnit = (const CDFUnit*) uhash_get(table, cvariant.data());
947 cdfUnit = (const CDFUnit*) uhash_get(table, gOther);
tznames_impl.cpp 416 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
457 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
    [all...]
tzgnames.cpp 537 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey);
799 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key);
    [all...]
tznames.cpp 157 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key);
ucol_elm.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbistbl.cpp 79 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &s);
171 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key);
191 e = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key);
hash.h 166 return uhash_get(hash, &key);
uhash.h 45 * NULL values are not allowed. uhash_get() returns NULL to indicate
49 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(),
341 * @see uhash_get
359 * @see uhash_get
377 * @see uhash_get
395 * @see uhash_get
411 uhash_get(const UHashtable *hash,
locid.cpp 201 Locale *newDefault = (Locale *)uhash_get(gDefaultLocalesHashT, localeNameBuf);
222 Locale *hashTableVal = (Locale *)uhash_get(gDefaultLocalesHashT, key);
normalizer2.cpp 572 allModes=(Norm2AllModes *)uhash_get(cache, name);
588 void *temp=uhash_get(cache, name);
udata.cpp 292 el = (DataCacheElement *)uhash_get(htable, baseName);
346 oldValue = (DataCacheElement *)uhash_get(htable, path);
    [all...]
usprep.cpp 333 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
375 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
  /external/icu4c/common/
rbbistbl.cpp 79 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &s);
171 el = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key);
191 e = (RBBISymbolTableEntry *)uhash_get(fHashTable, &key);
hash.h 167 return uhash_get(hash, &key);
uhash.h 47 * NULL values are not allowed. uhash_get() returns NULL to indicate
51 * uhash_remove() on that key. This keeps uhash_get(), uhash_count(),
321 * @see uhash_get
339 * @see uhash_get
357 * @see uhash_get
375 * @see uhash_get
391 uhash_get(const UHashtable *hash,
normalizer2.cpp 652 allModes=(Norm2AllModes *)uhash_get(cache, name);
668 void *temp=uhash_get(cache, name);
    [all...]
udata.cpp 316 el = (DataCacheElement *)uhash_get(htable, baseName);
370 oldValue = (DataCacheElement *)uhash_get(htable, path);
    [all...]
usprep.cpp 330 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
372 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.cpp 699 ZoneStrings *zstrings = (ZoneStrings*)uhash_get(fTzidToStrings, canonicalID.getTerminatedBuffer());
721 ZoneStrings *zstrings = (ZoneStrings*)uhash_get(fTzidToStrings, utzid.getTerminatedBuffer());
866 (const ZoneStrings*)uhash_get(fMzidToStrings, mzid.getTerminatedBuffer());
    [all...]
colldata.cpp 417 return (const CEList *) uhash_get(map, string);
527 entry = (CollDataCacheEntry *) uhash_get(cache, key);
541 entry = (CollDataCacheEntry *) uhash_get(cache, key);
579 entry = (CollDataCacheEntry *) uhash_get(cache, collData->key);
zonemeta.cpp 465 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars);
484 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars);
ucol_elm.cpp     [all...]

Completed in 228 milliseconds

1 2