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

1 2

  /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 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 584 allModes=(Norm2AllModes *)uhash_get(cache, name);
600 void *temp=uhash_get(cache, name);
udata.cpp 316 el = (DataCacheElement *)uhash_get(htable, baseName);
370 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));
rbbiscan.cpp 675 el = (RBBISetTableEl *)uhash_get(fSetTable, &s);
    [all...]
uhash.c 640 uhash_get(const UHashtable *hash, function
    [all...]
uresbund.c 352 r = (UResourceDataEntry *)uhash_get(cache, &find);
417 if((oldR = (UResourceDataEntry *)uhash_get(cache, r)) == NULL) { /* if the data is not cached */
    [all...]
ucnv_bld.c 467 rc = (UConverterSharedData*)uhash_get(SHARED_DATA_HASHTABLE, name);
    [all...]
  /external/icu4c/i18n/
zonemeta.cpp 258 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);
799 if (uhash_get(metaZoneIDTable, usMzID) == NULL) {
834 return (const UChar*)uhash_get(gMetaZoneIDTable, &mzid);
colldata.cpp 416 return (const CEList *) uhash_get(map, string);
524 entry = (CollDataCacheEntry *) uhash_get(cache, key);
538 entry = (CollDataCacheEntry *) uhash_get(cache, key);
576 entry = (CollDataCacheEntry *) uhash_get(cache, collData->key);
tznames.cpp 154 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key);
tznames_impl.cpp 416 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
457 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
    [all...]
tzfmt.cpp 419 cacheEntry = (TimeZoneFormatCacheEntry *)uhash_get(gTimeZoneFormatCache, key);
tzgnames.cpp 475 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey);
736 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key);
    [all...]
ucol_elm.cpp     [all...]
ucol_tok.cpp     [all...]
uspoof_conf.cpp 130 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src));
ucurr.cpp 879 if (uhash_get(currencyIsoCodes, iso) != NULL) {
947 if (uhash_get(currencyPluralIsoCodes, iso) != NULL) {
    [all...]
ucol_bld.cpp 867 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
    [all...]
alphaindex.cpp 210 UnicodeSet *targets = static_cast<UnicodeSet *>(uhash_get(alreadyIn_, &itemAlreadyIn));
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 924 res->u.fString.fSame = uhash_get(bundle->fStringSet, res);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 728 #define uhash_get macro
    [all...]

Completed in 947 milliseconds

1 2