Uses of Class
com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
Packages that use SpoofChecker.RestrictionLevel 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.RestrictionLevel in com.ibm.icu.text
Fields in com.ibm.icu.text declared as SpoofChecker.RestrictionLevel Modifier and Type Field Description private SpoofChecker.RestrictionLevel
SpoofChecker.Builder. fRestrictionLevel
private SpoofChecker.RestrictionLevel
SpoofChecker. fRestrictionLevel
SpoofChecker.RestrictionLevel
SpoofChecker.CheckResult. restrictionLevel
The restriction level that the text meets, if RESTRICTION_LEVEL is set; otherwise null.Methods in com.ibm.icu.text that return SpoofChecker.RestrictionLevel Modifier and Type Method Description SpoofChecker.RestrictionLevel
SpoofChecker. getRestrictionLevel()
Deprecated.This API is ICU internal only.private SpoofChecker.RestrictionLevel
SpoofChecker. getRestrictionLevel(java.lang.String input)
Computes the restriction level of a string, according to UTS 39 section 5.2.static SpoofChecker.RestrictionLevel
SpoofChecker.RestrictionLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpoofChecker.RestrictionLevel[]
SpoofChecker.RestrictionLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type SpoofChecker.RestrictionLevel Modifier and Type Method Description SpoofChecker.Builder
SpoofChecker.Builder. setRestrictionLevel(SpoofChecker.RestrictionLevel restrictionLevel)
Set the loosest restriction level allowed for strings.
-