Searched refs:getResolvedScriptSetWithout (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 283 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()
|
D | uspoof_impl.h | 82 …void getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result…
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SpoofChecker.java | 1549 getResolvedScriptSetWithout(input, UScript.CODE_LIMIT, result); in getResolvedScriptSet() 1556 private void getResolvedScriptSetWithout(CharSequence input, int script, ScriptSet result) { in getResolvedScriptSetWithout() method in SpoofChecker.Builder.ConfusabledataBuilder 1619 getResolvedScriptSetWithout(input, UScript.LATIN, resolvedNoLatn); in getRestrictionLevel()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 1615 getResolvedScriptSetWithout(input, UScript.CODE_LIMIT, result); in getResolvedScriptSet() 1622 private void getResolvedScriptSetWithout(CharSequence input, int script, ScriptSet result) { in getResolvedScriptSetWithout() method in SpoofChecker.Builder.ConfusabledataBuilder 1685 getResolvedScriptSetWithout(input, UScript.LATIN, resolvedNoLatn); in getRestrictionLevel()
|