Uses of Class
com.ibm.icu.text.SpoofChecker
-
Packages that use SpoofChecker 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 in com.ibm.icu.text
Methods in com.ibm.icu.text that return SpoofChecker Modifier and Type Method Description SpoofChecker
SpoofChecker.Builder. build()
Create a SpoofChecker with current configuration.Constructors in com.ibm.icu.text with parameters of type SpoofChecker Constructor Description Builder(SpoofChecker src)
Constructor: Create a Spoof Checker Builder, and set the configuration from an existing SpoofChecker.
-