Uses of Class
com.ibm.icu.text.SpoofChecker.ScriptSet
Packages that use SpoofChecker.ScriptSet
-
Uses of SpoofChecker.ScriptSet in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type SpoofChecker.ScriptSetModifier and TypeMethodDescriptionprivate static void
SpoofChecker.getAugmentedScriptSet
(int codePoint, SpoofChecker.ScriptSet result) Computes the augmented script set for a code point, according to UTS 39 section 5.1.private void
SpoofChecker.getResolvedScriptSet
(CharSequence input, SpoofChecker.ScriptSet result) Computes the resolved script set for a string, according to UTS 39 section 5.1.private void
SpoofChecker.getResolvedScriptSetWithout
(CharSequence input, int script, SpoofChecker.ScriptSet result) Computes the resolved script set for a string, omitting characters having the specified script.