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

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

Completed in 68 milliseconds