HomeSort by relevance Sort by last modified time
    Searched full: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);
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,
hash.h 167 return uhash_get(hash, &key);
normalizer2.cpp 654 allModes=(Norm2AllModes *)uhash_get(cache, name);
670 void *temp=uhash_get(cache, name);
    [all...]
usprep.cpp 330 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
372 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
udata.cpp 316 el = (DataCacheElement *)uhash_get(htable, baseName);
370 oldValue = (DataCacheElement *)uhash_get(htable, path);
    [all...]
locid.cpp 165 Locale *newDefault = (Locale *)uhash_get(gDefaultLocalesHashT, localeNameBuf);
uhash.c 641 uhash_get(const UHashtable *hash, function
  /external/icu4c/i18n/
gender.cpp 101 result = (const GenderInfo*) uhash_get(gGenderInfoCache, key);
117 GenderInfo* temp = (GenderInfo*) uhash_get(gGenderInfoCache, key);
zonemeta.cpp 259 canonicalID = (const UChar *)uhash_get(gCanonicalIDCache, utzid);
347 const UChar* idInCache = (const UChar *)uhash_get(gCanonicalIDCache, utzid);
358 const UChar *canonicalInCache = (const UChar*)uhash_get(gCanonicalIDCache, canonicalID);
573 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars);
592 result = (UVector*) uhash_get(gOlsonToMeta, tzidUChars);
803 if (uhash_get(metaZoneIDTable, usMzID) == NULL) {
838 return (const UChar*)uhash_get(gMetaZoneIDTable, &mzid);
colldata.cpp 441 return (const CEList *) uhash_get(map, string);
529 entry = (CollDataCacheEntry *) uhash_get(cache, key);
543 entry = (CollDataCacheEntry *) uhash_get(cache, key);
581 entry = (CollDataCacheEntry *) uhash_get(cache, collData->key);
tznames_impl.cpp 415 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
456 pooledString = static_cast<UChar *>(uhash_get(fHash, s));
1115 void *cacheVal = uhash_get(fMZNamesMap, mzIDKey);
    [all...]
tzgnames.cpp 537 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey);
801 const UChar* uplname = (const UChar*)uhash_get(fPartialLocationNamesMap, (void *)&key);
    [all...]
ucol_elm.cpp     [all...]
tznames.cpp 164 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key);
ucurr.cpp 873 if (uhash_get(currencyIsoCodes, iso) != NULL) {
941 if (uhash_get(currencyPluralIsoCodes, iso) != NULL) {
    [all...]
ucol_bld.cpp 874 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
    [all...]
ucol_tok.cpp     [all...]
uspoof_conf.cpp 130 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src));
  /external/icu4c/test/cintltst/
chashtst.c 361 log_err("FAIL: uhash_get(%s) failed with %s and returned %ld\n",
364 log_err("FAIL: uhash_get(%s) returned %ld; expected %ld\n",
367 log_verbose("Ok: uhash_get(%s) returned value %ld\n",
  /external/icu4c/common/unicode/
urename.h 945 #define uhash_get macro
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 728 #define uhash_get macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 728 #define uhash_get macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 728 #define uhash_get macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 728 #define uhash_get macro
    [all...]

Completed in 396 milliseconds

1 2