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.Builder
SpoofChecker.Builder. setAllowedChars(UnicodeSet chars)
Limit the acceptable characters to those specified by a Unicode Set.SpoofChecker.Builder
SpoofChecker.Builder. setAllowedJavaLocales(java.util.Set<java.util.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
SpoofChecker.Builder. setAllowedLocales(java.util.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
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)
.SpoofChecker.Builder
SpoofChecker.Builder. setData(java.io.Reader confusables)
Specify the source form of the spoof data Spoof Checker.SpoofChecker.Builder
SpoofChecker.Builder. setData(java.io.Reader confusables, java.io.Reader confusablesWholeScript)
Deprecated.ICU 58SpoofChecker.Builder
SpoofChecker.Builder. setRestrictionLevel(SpoofChecker.RestrictionLevel restrictionLevel)
Set the loosest restriction level allowed for strings.
-