Uses of Class
com.ibm.icu.text.PersonNameFormatter.Length
-
Packages that use PersonNameFormatter.Length Package Description com.ibm.icu.impl.personname com.ibm.icu.text -
-
Uses of PersonNameFormatter.Length in com.ibm.icu.impl.personname
Fields in com.ibm.icu.impl.personname declared as PersonNameFormatter.Length Modifier and Type Field Description private PersonNameFormatter.Length
PersonNameFormatterImpl. length
Methods in com.ibm.icu.impl.personname that return PersonNameFormatter.Length Modifier and Type Method Description PersonNameFormatter.Length
PersonNameFormatterImpl. getLength()
Constructors in com.ibm.icu.impl.personname with parameters of type PersonNameFormatter.Length Constructor Description PersonNameFormatterImpl(java.util.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.Length Modifier and Type Field Description private PersonNameFormatter.Length
PersonNameFormatter.Builder. length
Methods in com.ibm.icu.text that return PersonNameFormatter.Length Modifier and Type Method Description static PersonNameFormatter.Length
PersonNameFormatter.Length. valueOf(java.lang.String name)
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.Length Modifier and Type Method Description PersonNameFormatter.Builder
PersonNameFormatter.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.Length Constructor Description PersonNameFormatter(java.util.Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps)
-