Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp283 getResolvedScriptSetWithout(input, USCRIPT_CODE_LIMIT, result, status); in getResolvedScriptSet()
288 void SpoofImpl::getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptS… in getResolvedScriptSetWithout() function in SpoofImpl
358 getResolvedScriptSetWithout(input, USCRIPT_LATIN, resolvedNoLatn, status); in getRestrictionLevel()
Duspoof_impl.h82 …void getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result…
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1582 getResolvedScriptSetWithout(input, UScript.CODE_LIMIT, result); in getResolvedScriptSet()
1589 private void getResolvedScriptSetWithout(CharSequence input, int script, ScriptSet result) { in getResolvedScriptSetWithout() method in SpoofChecker.Builder.ConfusabledataBuilder
1652 getResolvedScriptSetWithout(input, UScript.LATIN, resolvedNoLatn); in getRestrictionLevel()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java1520 getResolvedScriptSetWithout(input, UScript.CODE_LIMIT, result); in getResolvedScriptSet()
1527 private void getResolvedScriptSetWithout(CharSequence input, int script, ScriptSet result) { in getResolvedScriptSetWithout() method in SpoofChecker.Builder.ConfusabledataBuilder
1590 getResolvedScriptSetWithout(input, UScript.LATIN, resolvedNoLatn); in getRestrictionLevel()