Home
last modified time | relevance | path

Searched refs:getAugmentedScriptSet (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.h80 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status);
Duspoof_impl.cpp251 void SpoofImpl::getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status) { in getAugmentedScriptSet() function in SpoofImpl
297 getAugmentedScriptSet(codePoint, temp, status); in getResolvedScriptSetWithout()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1549 private static void getAugmentedScriptSet(int codePoint, ScriptSet result) { in getAugmentedScriptSet() method in SpoofChecker.Builder.ConfusabledataBuilder
1598 getAugmentedScriptSet(codePoint, temp); in getResolvedScriptSetWithout()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java1487 private static void getAugmentedScriptSet(int codePoint, ScriptSet result) { in getAugmentedScriptSet() method in SpoofChecker.Builder.ConfusabledataBuilder
1536 getAugmentedScriptSet(codePoint, temp); in getResolvedScriptSetWithout()