Home
last modified time | relevance | path

Searched refs:uhash_hashScriptSet (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Dscriptset.h71 uhash_hashScriptSet(const UElement key);
Dscriptset.cpp266 uhash_hashScriptSet(const UElement key) { in uhash_hashScriptSet() function
Didentifier_info.cpp80 fScriptSetSet = uhash_open(uhash_hashScriptSet, uhash_compareScriptSet, NULL, &status); in IdentifierInfo()
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp470 UHashtable *alternates = uhash_open(uhash_hashScriptSet ,uhash_compareScriptSet, NULL, &status); in testIdentifierInfo()
/external/icu/icu4c/source/common/unicode/
Durename.h941 #define uhash_hashScriptSet U_ICU_ENTRY_POINT_RENAME(uhash_hashScriptSet) macro