Class PersonNameFormatterImpl
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
Actual implementation class for PersonNameFormatter.
-
Constructor Summary
ConstructorsConstructorDescriptionPersonNameFormatterImpl(Locale locale, String[] gnFirstPatterns, String[] snFirstPatterns, String[] gnFirstLocales, String[] snFirstLocales) THIS IS A DUMMY CONSTRUCTOR JUST FOR THE USE OF THE UNIT TESTS TO CHECK SOME OF THE INTERNAL IMPLEMENTATION!PersonNameFormatterImpl(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps) -
Method Summary
Modifier and TypeMethodDescriptionformatToString(PersonName name) booleangetUsage()booleantoString()
-
Constructor Details
-
PersonNameFormatterImpl
public PersonNameFormatterImpl(Locale locale, PersonNameFormatter.Length length, PersonNameFormatter.Usage usage, PersonNameFormatter.Formality formality, PersonNameFormatter.DisplayOrder displayOrder, boolean surnameAllCaps) -
PersonNameFormatterImpl
-
-
Method Details
-
toString
-
formatToString
-
getLocale
-
getLength
-
getUsage
-
getFormality
-
getDisplayOrder
-
getSurnameAllCaps
public boolean getSurnameAllCaps() -
getInitialPattern
-
getInitialSequencePattern
-
shouldCapitalizeSurname
public boolean shouldCapitalizeSurname()
-