Uses of Enum
com.ibm.icu.text.PersonNameFormatter.Length
Packages that use PersonNameFormatter.Length
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 PersonNameFormatter.Length in com.ibm.icu.text
Subclasses with type arguments of type PersonNameFormatter.Length in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumSpecifies the desired length of the formatted name.Methods in com.ibm.icu.text that return PersonNameFormatter.LengthModifier and TypeMethodDescriptionstatic PersonNameFormatter.LengthReturns the enum constant of this type with the specified name.static PersonNameFormatter.Length[]PersonNameFormatter.Length.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 PersonNameFormatter.LengthModifier and TypeMethodDescriptionPersonNameFormatter.Builder.setLength(PersonNameFormatter.Length length) Sets the name length for the formatter to be constructed.