/third_party/icu/icu4c/source/common/ |
H A D | uloc_keytype.cpp | 255 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 D | charstrmap.h | 46 uhash_put(map, const_cast<char *>(key), const_cast<char *>(value), &errorCode); in put()
|
H A D | rbbistbl.cpp | 206 uhash_put( fHashTable, &e->key, e, &err); in addEntry()
|
H A D | hash.h | 205 return uhash_put(hash, new UnicodeString(key), value, &status); in put()
|
H A D | uhash.h | 44 * 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 D | uloc_keytype.cpp | 255 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 D | charstrmap.h | 46 uhash_put(map, const_cast<char *>(key), const_cast<char *>(value), &errorCode); in put()
|
H A D | rbbistbl.cpp | 206 uhash_put( fHashTable, &e->key, e, &err); in addEntry()
|
H A D | hash.h | 205 return uhash_put(hash, new UnicodeString(key), value, &status); in put()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uloc_keytype.cpp | 253 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 D | charstrmap.h | 46 uhash_put(map, const_cast<char *>(key), const_cast<char *>(value), &errorCode); in put()
|
H A D | rbbistbl.cpp | 206 uhash_put( fHashTable, &e->key, e, &err); in addEntry()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | region.cpp | 191 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 D | zonemeta.cpp | 350 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 D | tzgnames.cpp | 573 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 D | tznames_impl.cpp | 536 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 D | gender.cpp | 126 uhash_put(gGenderInfoCache, uprv_strdup(key), (void*) result, &status); in getInstance()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | region.cpp | 191 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 D | zonemeta.cpp | 351 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 D | tzgnames.cpp | 573 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 D | tznames_impl.cpp | 536 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 D | region.cpp | 203 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 D | zonemeta.cpp | 358 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 D | tzgnames.cpp | 576 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 D | tznames_impl.cpp | 528 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()
|