Home
last modified time | relevance | path

Searched refs:uhash_setKeyDeleter (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4c/source/common/
Dhash.h116 uhash_setKeyDeleter(hash, uprv_deleteUObject); in init()
Duhash.h281 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn);
Dloadednormalizer2impl.cpp242 uhash_setKeyDeleter(cache, uprv_free); in getInstance()
Dunifiedcache.cpp121 uhash_setKeyDeleter(fHashtable, &ucache_deleteKey); in UnifiedCache()
Dstringtriebuilder.cpp54 uhash_setKeyDeleter(nodes, uprv_deleteUObject); in createCompactBuilder()
Duhash.c613 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn) { in uhash_setKeyDeleter() function
/external/icu/icu4c/source/i18n/
Dgender.cpp82 uhash_setKeyDeleter(gGenderInfoCache, uprv_free); in GenderInfo_initCache()
Didentifier_info.cpp81 uhash_setKeyDeleter(fScriptSetSet, uhash_deleteScriptSet); in IdentifierInfo()
Dzonemeta.cpp543 uhash_setKeyDeleter(gOlsonToMeta, deleteUCharString); in olsonToMetaInit()
765 uhash_setKeyDeleter(gMetaZoneIDTable, uprv_deleteUObject); in initAvailableMetaZoneIDs()
Dcompactdecimalformat.cpp405 uhash_setKeyDeleter(unitsByVariant, uprv_free); in Init()
457 uhash_setKeyDeleter(gCompactDecimalData, uprv_free); in getCDFLocaleStyleData()
Dtznames.cpp135 uhash_setKeyDeleter(gTimeZoneNamesCache, uprv_free); in TimeZoneNamesDelegate()
Dtzgnames.cpp410 uhash_setKeyDeleter(fPartialLocationNamesMap, uprv_free); in initialize()
1238 uhash_setKeyDeleter(gTZGNCoreCache, uprv_free); in createInstance()
Drepattrn.cpp207 uhash_setKeyDeleter(fNamedCaptureMap, uprv_deleteUObject); in init()
Dregion.cpp119uhash_setKeyDeleter(newRegionAliases.getAlias(), uprv_deleteUObject); // regionAliases owns the st… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/external/icu/icu4c/source/test/intltest/
Dplurults.cpp842 uhash_setKeyDeleter(localeSet, uprv_deleteUObject); in testAvailbleLocales()
Dcollationtest.cpp876 uhash_setKeyDeleter(prevLocales, uprv_free); in TestTailoredElements()
/external/icu/icu4c/source/common/unicode/
Durename.h961 #define uhash_setKeyDeleter U_ICU_ENTRY_POINT_RENAME(uhash_setKeyDeleter) macro