Uses of Class
com.ibm.icu.text.SpoofChecker.Builder
Packages that use SpoofChecker.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionSpoofChecker.Builder.setAllowedChars
(UnicodeSet chars) Limit the acceptable characters to those specified by a Unicode Set.SpoofChecker.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.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.Builder.setChecks
(int checks) Specify the bitmask of checks that will be performed bySpoofChecker.failsChecks(java.lang.String, com.ibm.icu.text.SpoofChecker.CheckResult)
.Specify the source form of the spoof data Spoof Checker.Deprecated.ICU 58SpoofChecker.Builder.setRestrictionLevel
(SpoofChecker.RestrictionLevel restrictionLevel) Set the loosest restriction level allowed for strings.