Uses of Enum
com.ibm.icu.text.PersonNameFormatter.Length
Packages that use PersonNameFormatter.Length
-
Uses of PersonNameFormatter.Length in com.ibm.icu.impl.personname
Fields in com.ibm.icu.impl.personname declared as PersonNameFormatter.LengthModifier and TypeFieldDescriptionprivate final PersonNameFormatter.Length
PersonNameFormatterImpl.length
Methods in com.ibm.icu.impl.personname that return PersonNameFormatter.LengthConstructors in com.ibm.icu.impl.personname with parameters of type PersonNameFormatter.LengthModifierConstructorDescriptionPersonNameFormatterImpl
(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps) -
Uses of PersonNameFormatter.Length in com.ibm.icu.text
Fields in com.ibm.icu.text declared as PersonNameFormatter.LengthModifier and TypeFieldDescriptionprivate PersonNameFormatter.Length
PersonNameFormatter.Builder.length
Methods in com.ibm.icu.text that return PersonNameFormatter.LengthModifier and TypeMethodDescriptionstatic PersonNameFormatter.Length
Returns 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.Constructors in com.ibm.icu.text with parameters of type PersonNameFormatter.LengthModifierConstructorDescriptionprivate
PersonNameFormatter
(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps)