Home
last modified time | relevance | path

Searched refs:uhash_open (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/icu/source/i18n/
Duspoof_conf.cpp75 fHash = uhash_open(uhash_hashUnicodeString, // key hash function in SPUStringPool()
163 fSLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
164 fSATable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
165 fMLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
166 fMATable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
Danytrans.cpp185 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
211 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec); in AnyTransliterator()
Dcolldata.cpp315 map = uhash_open(uhash_hashLong, uhash_compareLong, in CEToStringsMap()
392 map = uhash_open(uhash_hashUnicodeString, in StringToCEsMap()
498 cache = uhash_open(uhash_hashChars, uhash_compareChars, uhash_compareLong, &status); in CollDataCache()
Dzstrfmt.cpp554 fTzidToStrings = uhash_open(uhash_hashUChars, // key hash function in ZoneStringFormat()
558 fMzidToStrings = uhash_open(uhash_hashUChars, in ZoneStringFormat()
647 fTzidToStrings = uhash_open(uhash_hashUChars, // key hash function in ZoneStringFormat()
651 fMzidToStrings = uhash_open(uhash_hashUChars, // key hash function in ZoneStringFormat()
2127 fHash = uhash_open(uhash_hashUChars /* keyHash */, in ZSFStringPool()
Dzonemeta.cpp436 … UHashtable *tmpOlsonToMeta = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in getMetazoneMappings()
/external/icu4c/i18n/
Duspoof_conf.cpp75 fHash = uhash_open(uhash_hashUnicodeString, // key hash function in SPUStringPool()
163 fSLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
164 fSATable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
165 fMLTable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
166 fMATable = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &status); in ConfusabledataBuilder()
Danytrans.cpp185 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
211 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec); in AnyTransliterator()
Dregion.cpp110 regionIDMap = uhash_open(uhash_hashUnicodeString,uhash_compareUnicodeString,NULL,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
113 numericCodeMap = uhash_open(uhash_hashLong,uhash_compareLong,NULL,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
115 regionAliases = uhash_open(uhash_hashUnicodeString,uhash_compareUnicodeString,NULL,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dgender.cpp85 gGenderInfoCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in getInstance()
Dzonemeta.cpp235 … gCanonicalIDCache = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in getCanonicalCLDRID()
561 … UHashtable *tmpOlsonToMeta = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in getMetazoneMappings()
785 …UHashtable *metaZoneIDTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL… in initAvailableMetaZoneIDs()
Didentifier_info.cpp87 fScriptSetSet = uhash_open(uhash_hashScriptSet, uhash_compareScriptSet, NULL, &status); in IdentifierInfo()
Dtznames_impl.cpp386 fHash = uhash_open(uhash_hashUChars /* keyHash */, in ZNStringPool()
903 fMZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
904 fTZNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
Dtzgnames.cpp406 fLocationNamesMap = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initialize()
412 …fPartialLocationNamesMap = uhash_open(hashPartialLocationKey, comparePartialLocationKey, NULL, &st… in initialize()
1240 gTZGNCoreCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in createInstance()
Dmsgfmt.cpp542 cachedFormatters=uhash_open(uhash_hashLong, uhash_compareLong, in setArgStartFormat()
571 customFormatArgStarts=uhash_open(uhash_hashLong, uhash_compareLong, in setCustomArgStartFormat()
1207 cachedFormatters=uhash_open(uhash_hashLong, uhash_compareLong, in copyObjects()
1230 customFormatArgStarts=uhash_open(uhash_hashLong, uhash_compareLong, in copyObjects()
Dcompactdecimalformat.cpp355 unitsByVariant = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in Init()
407 gCompactDecimalData = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in getCDFLocaleStyleData()
Dtznames.cpp136 … gTimeZoneNamesCache = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status); in TimeZoneNamesDelegate()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dchashtst.c106 hash = uhash_open(hashChars, isEqualChars, NULL, &status); in TestBasic()
166 hash = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in TestOtherAPI()
290 hash = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &status); in hashIChars()
/external/icu4c/test/cintltst/
Dchashtst.c106 hash = uhash_open(hashChars, isEqualChars, NULL, &status); in TestBasic()
166 hash = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in TestOtherAPI()
290 hash = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &status); in hashIChars()
/external/chromium_org/third_party/icu/source/common/
Drbbistbl.cpp47 fHashTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in RBBISymbolTable()
Duhash.h208 uhash_open(UHashFunction *keyHash,
/external/icu4c/common/
Drbbistbl.cpp47 fHashTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, &status); in RBBISymbolTable()
Duhash.h188 uhash_open(UHashFunction *keyHash,
/external/icu4c/tools/gensprep/
Dstore.c366 hashTable = uhash_open(hashEntry, compareEntries, NULL, status); in storeMapping()
/external/chromium_org/third_party/icu/source/tools/gensprep/
Dstore.c385 hashTable = uhash_open(hashEntry, compareEntries, NULL, status); in storeMapping()
/external/icu4c/test/intltest/
Dcolldata.cpp266 map = uhash_open(uhash_hashLong, uhash_compareLong, in CEToStringsMap()

123