Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dscriptset.h68 uhash_compareScriptSet(const UElement key1, const UElement key2);
Didentifier_info.cpp80 fScriptSetSet = uhash_open(uhash_hashScriptSet, uhash_compareScriptSet, NULL, &status); in IdentifierInfo()
298 sorted.sort(uhash_compareScriptSet, status); in displayAlternates()
Dscriptset.cpp251 uhash_compareScriptSet(UElement key0, UElement key1) { in uhash_compareScriptSet() function
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp462 TEST_ASSERT(uhash_compareScriptSet(arabEl, latinEl) < 0); in testIdentifierInfo()
463 TEST_ASSERT(uhash_compareScriptSet(latinEl, arabEl) > 0); in testIdentifierInfo()
470 UHashtable *alternates = uhash_open(uhash_hashScriptSet ,uhash_compareScriptSet, NULL, &status); in testIdentifierInfo()
/external/icu/icu4c/source/common/unicode/
Durename.h926 #define uhash_compareScriptSet U_ICU_ENTRY_POINT_RENAME(uhash_compareScriptSet) macro