Uses of Class
com.ibm.icu.text.PersonNameFormatter.Length
-
Packages that use PersonNameFormatter.Length 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 PersonNameFormatter.Length in com.ibm.icu.text
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.
-