Uses of Class
com.ibm.icu.text.SpoofChecker.Builder
-
Packages that use SpoofChecker.Builder 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.Builder in com.ibm.icu.text
Methods in com.ibm.icu.text that return SpoofChecker.Builder Modifier and Type Method Description SpoofChecker.BuilderSpoofChecker.Builder. setAllowedChars(UnicodeSet chars)Limit the acceptable characters to those specified by a Unicode Set.SpoofChecker.BuilderSpoofChecker.Builder. setAllowedJavaLocales(Set<Locale> locales)Limit characters that are acceptable in identifiers being checked to those normally used with the languages associated with the specified locales.SpoofChecker.BuilderSpoofChecker.Builder. setAllowedLocales(Set<ULocale> locales)Limit characters that are acceptable in identifiers being checked to those normally used with the languages associated with the specified locales.SpoofChecker.BuilderSpoofChecker.Builder. setChecks(int checks)Specify the bitmask of checks that will be performed bySpoofChecker.failsChecks(java.lang.String, com.ibm.icu.text.SpoofChecker.CheckResult).SpoofChecker.BuilderSpoofChecker.Builder. setData(Reader confusables)Specify the source form of the spoof data Spoof Checker.SpoofChecker.BuilderSpoofChecker.Builder. setData(Reader confusables, Reader confusablesWholeScript)Deprecated.ICU 58SpoofChecker.BuilderSpoofChecker.Builder. setRestrictionLevel(SpoofChecker.RestrictionLevel restrictionLevel)Set the loosest restriction level allowed for strings.
-