Uses of Enum
com.ibm.icu.text.SpoofChecker.RestrictionLevel
Packages that use SpoofChecker.RestrictionLevel
-
Uses of SpoofChecker.RestrictionLevel in com.ibm.icu.text
Subclasses with type arguments of type SpoofChecker.RestrictionLevel in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumConstants from UTS 39 for use in setRestrictionLevel.Fields in com.ibm.icu.text declared as SpoofChecker.RestrictionLevelModifier and TypeFieldDescriptionprivate SpoofChecker.RestrictionLevelSpoofChecker.Builder.fRestrictionLevelprivate SpoofChecker.RestrictionLevelSpoofChecker.fRestrictionLevelSpoofChecker.CheckResult.restrictionLevelThe restriction level that the text meets, if RESTRICTION_LEVEL is set; otherwise null.Methods in com.ibm.icu.text that return SpoofChecker.RestrictionLevelModifier and TypeMethodDescriptionSpoofChecker.getRestrictionLevel()Deprecated.This API is ICU internal only.private SpoofChecker.RestrictionLevelSpoofChecker.getRestrictionLevel(String input) Computes the restriction level of a string, according to UTS 39 section 5.2.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.RestrictionLevelModifier and TypeMethodDescriptionSpoofChecker.Builder.setRestrictionLevel(SpoofChecker.RestrictionLevel restrictionLevel) Set the loosest restriction level allowed for strings.