Searched refs:uhash_put (Results 1 - 25 of 49) sorted by last modified time

12

/external/icu/icu4c/source/tools/genrb/
H A Dreslist.c166 uhash_put(stringSet, res, res, status);
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp434 uhash_put(gCompactDecimalData, uprv_strdup(key), (void*) result, &status);
924 uhash_put(table, uprv_strdup(variant), cdfUnit, &status);
H A Dgender.cpp123 uhash_put(gGenderInfoCache, uprv_strdup(key), (void*) result, &status);
H A Dregion.cpp149 uhash_put(regionIDMap,(void *)&(r->idStr),(void *)r,&status);
175 uhash_put(regionAliases,(void *)aliasFromStr, (void *)aliasToRegion,&status);
181 uhash_put(regionIDMap,(void *)&(aliasFromRegion->idStr),(void *)aliasFromRegion,&status);
234 uhash_put(regionAliases,(void *)code3, (void *)r,&status);
H A Dtzgnames.cpp593 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status);
595 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status);
846 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
1272 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status);
H A Dtznames.cpp176 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status);
H A Dtznames_impl.cpp446 uhash_put(fHash, destString, destString, &status);
465 uhash_put(fHash, ncs, ncs, &status);
1169 uhash_put(fMZNamesMap, (void *)newKey, cacheVal, &status);
1246 uhash_put(fTZNamesMap, (void *)newKey, cacheVal, &status);
H A Ducurr.cpp1028 // TODO: uhash_put wont change key/value?
1031 uhash_put(currencyIsoCodes, iso, iso, &ec3);
1037 uhash_put(currencyIsoCodes, iso, iso, &ec3);
1110 uhash_put(currencyPluralIsoCodes, iso, iso, &ec4);
1116 uhash_put(currencyPluralIsoCodes, iso, iso, &ec4);
2085 uhash_put(isoCodes, (UChar *)isoCode, entry, &localStatus);
H A Duspoof_conf.cpp135 uhash_put(fHash, src, hashedString, &status);
H A Dzonemeta.cpp351 idInCache = (const UChar *)uhash_put(gCanonicalIDCache, (void *)key, (void *)canonicalID, &status);
359 canonicalInCache = (const UChar *)uhash_put(gCanonicalIDCache, (void *)canonicalID, (void *)canonicalID, &status);
600 uhash_put(gOlsonToMeta, key, tmpResult, &status);
799 uhash_put(gMetaZoneIDTable, (void *)usMzID, (void *)uMzID, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c209 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/common/
H A Dhash.h159 return uhash_put(hash, new UnicodeString(key), value, &status);
H A Dlocid.cpp173 uhash_put(gDefaultLocalesHashT, (char*) newDefault->getName(), newDefault, &status);
H A Dlrucache.cpp113 uhash_put(localeIdToEntries, entry->localeId, entry, &status);
H A Dnormalizer2.cpp671 uhash_put(cache, nameCopy, allModes=localAllModes.orphan(), &errorCode);
H A Drbbiscan.cpp737 uhash_put(fSetTable, el->key, el, fRB->fStatus);
H A Drbbistbl.cpp204 uhash_put( fHashTable, &e->key, e, &err);
H A Ducnv_bld.cpp448 uhash_put(SHARED_DATA_HASHTABLE,
H A Dudata.cpp362 uhash_put(
H A Duhash.c49 * 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
H A Duhash.h41 * then keys passed to uhash_put() are owned by the hashtable and will
45 * other than uhash_put() are never owned by the hashtable.
50 * value is passed to uhash_put(), this has the effect of doing a
60 * mid-iteration. However, if uhash_put() is called during iteration
324 uhash_put(UHashtable *hash,
385 * as previously stored by uhash_put().
427 * Remove an item from a UHashtable stored by uhash_put().
491 * Iteration may safely be resumed afterwards. If uhash_put() is
H A Duresbund.cpp405 uhash_put(cache, (void *)r, r, &cacheStatus);
H A Dusprep.cpp383 uhash_put(SHARED_DATA_HASHTABLE, key.orphan(), profile, status);
/external/icu/icu4c/source/common/unicode/
H A Durename.h934 #define uhash_put U_ICU_ENTRY_POINT_RENAME(uhash_put) macro
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c943 uhash_put(bundle->fStringSet, res, res, status);

Completed in 374 milliseconds

12