Uses of Class
com.ibm.icu.text.SpoofChecker.ScriptSet
-
Packages that use SpoofChecker.ScriptSet Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of SpoofChecker.ScriptSet in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type SpoofChecker.ScriptSet Modifier and Type Method Description private 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(java.lang.CharSequence input, SpoofChecker.ScriptSet result)
Computes the resolved script set for a string, according to UTS 39 section 5.1.private void
SpoofChecker. getResolvedScriptSetWithout(java.lang.CharSequence input, int script, SpoofChecker.ScriptSet result)
Computes the resolved script set for a string, omitting characters having the specified script.
-