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

  /external/icu/icu4c/source/common/
uloc_keytype.cpp 288 uhash_put(typeDataMap, (void*)legacyTypeId, t, &sts);
291 uhash_put(typeDataMap, (void*)bcpTypeId, t, &sts);
340 uhash_put(typeDataMap, (void*)from, t, &sts);
362 uhash_put(typeDataMap, (void*)from, t, &sts);
390 uhash_put(gLocExtKeyMap, (void*)legacyKeyId, keyData, &sts);
393 uhash_put(gLocExtKeyMap, (void*)bcpKeyId, keyData, &sts);
hash.h 163 return uhash_put(hash, new UnicodeString(key), value, &status);
rbbistbl.cpp 204 uhash_put( fHashTable, &e->key, e, &err);
uhash.h 42 * then keys passed to uhash_put() are owned by the hashtable and will
46 * other than uhash_put() are never owned by the hashtable.
51 * value is passed to uhash_put(), this has the effect of doing a
61 * mid-iteration. If uhash_put() is called during iteration,
328 uhash_put(UHashtable *hash,
389 * as previously stored by uhash_put().
431 * Remove an item from a UHashtable stored by uhash_put().
502 * Iteration may safely be resumed afterwards. If uhash_put() is
loadednormalizer2impl.cpp 255 uhash_put(cache, nameCopy, localAllModes.orphan(), &errorCode);
unifiedcache.cpp 316 uhash_put(fHashtable, keyToAdopt, (void *) value, &status);
locid.cpp 204 uhash_put(gDefaultLocalesHashT, (char*) newDefault->getName(), newDefault, &status);
usprep.cpp 384 uhash_put(SHARED_DATA_HASHTABLE, key.orphan(), profile, status);
rbbiscan.cpp 767 uhash_put(fSetTable, el->key, el, fRB->fStatus);
    [all...]
udata.cpp 365 uhash_put(
    [all...]
uhash.c 49 * empty/deleted slot left, uhash_put() will refuse to increase the
323 * prevent this elsewhere (in uhash_put) by making sure the last slot
374 * WILL NEVER HAPPEN as long as uhash_put() makes sure that
378 return NULL; /* Never happens if uhash_put() behaves */
673 uhash_put(UHashtable *hash, function
ucnv_bld.cpp 460 uhash_put(SHARED_DATA_HASHTABLE,
    [all...]
uresbund.cpp 407 uhash_put(cache, (void *)r, r, &cacheStatus);
    [all...]
  /external/icu/icu4c/source/i18n/
gender.cpp 123 uhash_put(gGenderInfoCache, uprv_strdup(key), (void*) result, &status);
region.cpp 197 uhash_put(newRegionIDMap.getAlias(),idStrAlias,(void *)(r.orphan()),&status); // regionIDMap takes ownership
212 uhash_put(newRegionAliases.getAlias(),(void *)aliasFromStr.orphan(), (void *)aliasToRegion,&status);
223 uhash_put(newRegionIDMap.getAlias(),(void *)&(aliasFromRegion->idStr),(void *)aliasFromRegion,&status);
281 uhash_put(newRegionAliases.getAlias(),(void *)code3.orphan(), (void *)r,&status);
zonemeta.cpp 349 idInCache = (const UChar *)uhash_put(gCanonicalIDCache, (void *)key, (void *)canonicalID, &status);
357 canonicalInCache = (const UChar *)uhash_put(gCanonicalIDCache, (void *)canonicalID, (void *)canonicalID, &status);
598 uhash_put(gOlsonToMeta, key, tmpResult, &status);
797 uhash_put(gMetaZoneIDTable, (void *)usMzID, (void *)uMzID, &status);
tzgnames.cpp 593 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status);
595 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status);
850 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
    [all...]
tznames_impl.cpp 476 uhash_put(fHash, destString, destString, &status);
495 uhash_put(fHash, ncs, ncs, &status);
    [all...]
tznames.cpp 176 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status);
compactdecimalformat.cpp 480 uhash_put(gCompactDecimalData, uprv_strdup(key), (void*) result, &status);
970 uhash_put(table, uprv_strdup(variant), cdfUnit, &status);
ucurr.cpp     [all...]
uspoof_conf.cpp 135 uhash_put(fHash, src, hashedString, &status);
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 209 uhash_put(hash, (void*)one, NULL, &status);
211 log_err("FAIL: uhash_put() with value=NULL didn't remove the key value pair\n");
216 log_err("FAIL: uhash_put() with value!=NULL should fail when status != U_ZERO_ERROR \n");
222 log_err("FAIL: uhash_put() with value!=NULL didn't replace the key value pair\n");
344 log_err("FAIL: uhash_put(%s) failed with %s and returned %ld\n",
347 log_err("FAIL: uhash_put(%s) returned old value %ld; expected %ld\n",
350 log_verbose("Ok: uhash_put(%s, %d) returned old value %ld\n",
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 407 uhash_put(stringSet, this, this, &errorCode);
875 uhash_put(stringSet, sr, sr, &errorCode);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 954 #define uhash_put macro
    [all...]

Completed in 565 milliseconds