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

1 2

  /external/icu4c/common/
hash.h 158 return uhash_put(hash, new UnicodeString(key), value, &status);
rbbistbl.cpp 204 uhash_put( fHashTable, &e->key, e, &err);
uhash.h 39 * then keys passed to uhash_put() are owned by the hashtable and will
43 * other than uhash_put() are never owned by the hashtable.
48 * value is passed to uhash_put(), this has the effect of doing a
58 * mid-iteration. However, if uhash_put() is called during iteration
130 * <TT>uhash_close</TT>, or <TT>uhash_put</TT> to delete
344 uhash_put(UHashtable *hash,
405 * as previously stored by uhash_put().
447 * Remove an item from a UHashtable stored by uhash_put().
511 * Iteration may safely be resumed afterwards. If uhash_put() is
locid.cpp 227 uhash_put(gDefaultLocalesHashT, (void *)gDefaultLocale->getName(), gDefaultLocale, &status);
229 uhash_put(gDefaultLocalesHashT, (void *)key, newDefault, &status);
normalizer2.cpp 609 uhash_put(cache, nameCopy, allModes=localAllModes.orphan(), &errorCode);
rbbiscan.cpp 736 uhash_put(fSetTable, el->key, el, fRB->fStatus);
    [all...]
udata.cpp 375 uhash_put(
    [all...]
uhash.c 48 * empty/deleted slot left, uhash_put() will refuse to increase the
322 * prevent this elsewhere (in uhash_put) by making sure the last slot
373 * WILL NEVER HAPPEN as long as uhash_put() makes sure that
377 return NULL; /* Never happens if uhash_put() behaves */
672 uhash_put(UHashtable *hash, function
    [all...]
usprep.cpp 392 uhash_put(SHARED_DATA_HASHTABLE, key.orphan(), profile, status);
ucnv_bld.c 440 uhash_put(SHARED_DATA_HASHTABLE,
    [all...]
  /external/icu4c/i18n/
zonemeta.cpp 351 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);
801 uhash_put(metaZoneIDTable, (void *)usMzID, (void *)uMzID, &status);
tznames.cpp 180 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status);
tznames_impl.cpp 441 uhash_put(fHash, destString, destString, &status);
460 uhash_put(fHash, ncs, ncs, &status);
    [all...]
tzgnames.cpp 537 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status);
539 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status);
790 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
    [all...]
tzfmt.cpp 445 uhash_put(gTimeZoneFormatCache, newKey, cacheEntry, &status);
colldata.cpp 411 uhash_put(map, (void *) string, (void *) ces, &status);
541 uhash_put(cache, newData->key, newEntry, &status);
ucurr.cpp 874 // TODO: uhash_put wont change key/value?
877 uhash_put(currencyIsoCodes, iso, iso, &ec3);
883 uhash_put(currencyIsoCodes, iso, iso, &ec3);
945 uhash_put(currencyPluralIsoCodes, iso, iso, &ec4);
951 uhash_put(currencyPluralIsoCodes, iso, iso, &ec4);
    [all...]
uspoof_conf.cpp 135 uhash_put(fHash, src, hashedString, &status);
ucol_tok.cpp     [all...]
alphaindex.cpp 214 uhash_put(alreadyIn_, itemAlreadyIn.clone(), targets, &status);
    [all...]
  /external/icu4c/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/icu4c/tools/genrb/
reslist.c 941 uhash_put(bundle->fStringSet, res, res, status);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 746 #define uhash_put macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 746 #define uhash_put macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 746 #define uhash_put macro
    [all...]

Completed in 482 milliseconds

1 2