Home
last modified time | relevance | path

Searched refs:uhash_put (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/icu/icu4c/source/common/
H A Duloc_keytype.cpp255 uhash_put(typeDataMap, (void*)legacyTypeId, t, &sts); in initFromResourceBundle()
258 uhash_put(typeDataMap, (void*)bcpTypeId, t, &sts); in initFromResourceBundle()
298 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()
320 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()
343 uhash_put(gLocExtKeyMap, (void*)legacyKeyId, keyData, &sts); in initFromResourceBundle()
346 uhash_put(gLocExtKeyMap, (void*)bcpKeyId, keyData, &sts); in initFromResourceBundle()
H A Dcharstrmap.h46 uhash_put(map, const_cast<char *>(key), const_cast<char *>(value), &errorCode); in put()
H A Drbbistbl.cpp206 uhash_put( fHashTable, &e->key, e, &err); in addEntry()
H A Dhash.h205 return uhash_put(hash, new UnicodeString(key), value, &status); in put()
H A Duhash.h44 * then keys passed to uhash_put() are owned by the hashtable and will
48 * other than uhash_put() are never owned by the hashtable.
53 * value is passed to uhash_put(), this has the effect of doing a
70 * mid-iteration. If uhash_put() is called during iteration,
356 uhash_put(UHashtable *hash,
455 * as previously stored by uhash_put().
525 * Remove an item from a UHashtable stored by uhash_put().
616 * Iteration may safely be resumed afterwards. If uhash_put() is
/third_party/node/deps/icu-small/source/common/
H A Duloc_keytype.cpp255 uhash_put(typeDataMap, (void*)legacyTypeId, t, &sts); in initFromResourceBundle()
258 uhash_put(typeDataMap, (void*)bcpTypeId, t, &sts); in initFromResourceBundle()
298 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()
320 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()
343 uhash_put(gLocExtKeyMap, (void*)legacyKeyId, keyData, &sts); in initFromResourceBundle()
346 uhash_put(gLocExtKeyMap, (void*)bcpKeyId, keyData, &sts); in initFromResourceBundle()
H A Dcharstrmap.h46 uhash_put(map, const_cast<char *>(key), const_cast<char *>(value), &errorCode); in put()
H A Drbbistbl.cpp206 uhash_put( fHashTable, &e->key, e, &err); in addEntry()
H A Dhash.h205 return uhash_put(hash, new UnicodeString(key), value, &status); in put()
/third_party/skia/third_party/externals/icu/source/common/
H A Duloc_keytype.cpp253 uhash_put(typeDataMap, (void*)legacyTypeId, t, &sts); in initFromResourceBundle()
256 uhash_put(typeDataMap, (void*)bcpTypeId, t, &sts); in initFromResourceBundle()
296 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()
318 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()
341 uhash_put(gLocExtKeyMap, (void*)legacyKeyId, keyData, &sts); in initFromResourceBundle()
344 uhash_put(gLocExtKeyMap, (void*)bcpKeyId, keyData, &sts); in initFromResourceBundle()
H A Dcharstrmap.h46 uhash_put(map, const_cast<char *>(key), const_cast<char *>(value), &errorCode); in put()
H A Drbbistbl.cpp206 uhash_put( fHashTable, &e->key, e, &err); in addEntry()
/third_party/icu/icu4c/source/i18n/
H A Dregion.cpp191 uhash_put(newRegionIDMap.getAlias(),idStrAlias,(void *)(r.orphan()),&status); // regionIDMap takes ownership in loadRegionData()
239 uhash_put(newRegionAliases.getAlias(),(void *)aliasFromStr.orphan(), (void *)aliasToRegion,&status); in loadRegionData()
250 uhash_put(newRegionIDMap.getAlias(),(void *)&(aliasFromRegion->idStr),(void *)aliasFromRegion,&status); in loadRegionData()
306 uhash_put(newRegionAliases.getAlias(),(void *)code3.orphan(), (void *)r,&status); in loadRegionData()
H A Dzonemeta.cpp350 idInCache = (const UChar *)uhash_put(gCanonicalIDCache, (void *)key, (void *)canonicalID, &status); in getCanonicalCLDRID()
358 canonicalInCache = (const UChar *)uhash_put(gCanonicalIDCache, (void *)canonicalID, (void *)canonicalID, &status); in getCanonicalCLDRID()
599 uhash_put(gOlsonToMeta, key, tmpResult, &status); in getMetazoneMappings()
793 uhash_put(gMetaZoneIDTable, usMzID.orphan(), uMzID.getAlias(), &status); in initAvailableMetaZoneIDs()
H A Dtzgnames.cpp573 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
575 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status); in getGenericLocationName()
824 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName()
1250 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
H A Dtznames_impl.cpp536 uhash_put(fHash, destString, destString, &status); in get()
555 uhash_put(fHash, ncs, ncs, &status); in adopt()
659 uhash_put(cache, key, value, &status); in createMetaZoneAndPutInCache()
696 uhash_put(cache, key, value, &status); in createTimeZoneAndPutInCache()
1568 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2291 uhash_put(gTZDBNamesMap, newKey, cacheVal, &status); in getMetaZoneNames()
H A Dgender.cpp126 uhash_put(gGenderInfoCache, uprv_strdup(key), (void*) result, &status); in getInstance()
/third_party/node/deps/icu-small/source/i18n/
H A Dregion.cpp191 uhash_put(newRegionIDMap.getAlias(),idStrAlias,(void *)(r.orphan()),&status); // regionIDMap takes ownership in loadRegionData()
239 uhash_put(newRegionAliases.getAlias(),(void *)aliasFromStr.orphan(), (void *)aliasToRegion,&status); in loadRegionData()
250 uhash_put(newRegionIDMap.getAlias(),(void *)&(aliasFromRegion->idStr),(void *)aliasFromRegion,&status); in loadRegionData()
306 uhash_put(newRegionAliases.getAlias(),(void *)code3.orphan(), (void *)r,&status); in loadRegionData()
H A Dzonemeta.cpp351 idInCache = (const char16_t *)uhash_put(gCanonicalIDCache, (void *)key, (void *)canonicalID, &status); in getCanonicalCLDRID()
359 canonicalInCache = (const char16_t *)uhash_put(gCanonicalIDCache, (void *)canonicalID, (void *)canonicalID, &status); in getCanonicalCLDRID()
629 uhash_put(gOlsonToMeta, key, tmpResult, &status); in getMetazoneMappings()
823 uhash_put(gMetaZoneIDTable, usMzID.orphan(), uMzID.getAlias(), &status); in initAvailableMetaZoneIDs()
H A Dtzgnames.cpp573 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
575 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status); in getGenericLocationName()
824 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName()
1250 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
H A Dtznames_impl.cpp536 uhash_put(fHash, destString, destString, &status); in get()
555 uhash_put(fHash, ncs, ncs, &status); in adopt()
659 uhash_put(cache, key, value, &status); in createMetaZoneAndPutInCache()
696 uhash_put(cache, key, value, &status); in createTimeZoneAndPutInCache()
1553 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2276 uhash_put(gTZDBNamesMap, newKey, cacheVal, &status); in getMetaZoneNames()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregion.cpp203 uhash_put(newRegionIDMap.getAlias(),idStrAlias,(void *)(r.orphan()),&status); // regionIDMap takes ownership in loadRegionData()
218 uhash_put(newRegionAliases.getAlias(),(void *)aliasFromStr.orphan(), (void *)aliasToRegion,&status); in loadRegionData()
229 uhash_put(newRegionIDMap.getAlias(),(void *)&(aliasFromRegion->idStr),(void *)aliasFromRegion,&status); in loadRegionData()
285 uhash_put(newRegionAliases.getAlias(),(void *)code3.orphan(), (void *)r,&status); in loadRegionData()
H A Dzonemeta.cpp358 idInCache = (const UChar *)uhash_put(gCanonicalIDCache, (void *)key, (void *)canonicalID, &status); in getCanonicalCLDRID()
366 canonicalInCache = (const UChar *)uhash_put(gCanonicalIDCache, (void *)canonicalID, (void *)canonicalID, &status); in getCanonicalCLDRID()
607 uhash_put(gOlsonToMeta, key, tmpResult, &status); in getMetazoneMappings()
805 uhash_put(gMetaZoneIDTable, (void *)usMzID, (void *)uMzID, &status); in initAvailableMetaZoneIDs()
H A Dtzgnames.cpp576 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
578 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status); in getGenericLocationName()
827 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName()
1253 uhash_put(gTZGNCoreCache, newKey, cacheEntry, &status); in createInstance()
H A Dtznames_impl.cpp528 uhash_put(fHash, destString, destString, &status); in get()
547 uhash_put(fHash, ncs, ncs, &status); in adopt()
651 uhash_put(cache, key, value, &status); in createMetaZoneAndPutInCache()
688 uhash_put(cache, key, value, &status); in createTimeZoneAndPutInCache()
1552 uhash_put(keyToLoader, newKey, loader, &status); in consumeNamesTable()
2275 uhash_put(gTZDBNamesMap, newKey, cacheVal, &status); in getMetaZoneNames()

Completed in 37 milliseconds

1234