Uses of Interface
com.ibm.icu.text.PersonName
Packages that use PersonName
-
Uses of PersonName in com.ibm.icu.impl.personname
Classes in com.ibm.icu.impl.personname that implement PersonNameModifier and TypeClassDescriptionprivate static classInternal class used when formatting a mononym (a PersonName object that only has a given-name field).Fields in com.ibm.icu.impl.personname declared as PersonNameModifier and TypeFieldDescriptionprivate PersonNamePersonNamePattern.GivenToSurnamePersonName.underlyingPersonNameMethods in com.ibm.icu.impl.personname that return PersonNameModifier and TypeMethodDescriptionprivate PersonNamePersonNamePattern.hackNameForEmptyFields(PersonName originalName) Methods in com.ibm.icu.impl.personname with parameters of type PersonNameModifier and TypeMethodDescriptionPersonNamePattern.Element.format(PersonName name) PersonNamePattern.format(PersonName name) PersonNamePattern.LiteralText.format(PersonName name) PersonNamePattern.NameFieldImpl.format(PersonName name) PersonNameFormatterImpl.formatToString(PersonName name) private PersonNamePatternPersonNameFormatterImpl.getBestPattern(PersonNamePattern[] patterns, PersonName name) private LocalePersonNameFormatterImpl.getNameLocale(PersonName name) Internal function to figure out the name's locale when the name doesn't specify it.private StringPersonNameFormatterImpl.getNameScript(PersonName name) Internal function to figure out the name's script by examining its characters.private PersonNamePersonNamePattern.hackNameForEmptyFields(PersonName originalName) booleanPersonNamePattern.Element.isPopulated(PersonName name) booleanPersonNamePattern.LiteralText.isPopulated(PersonName name) booleanPersonNamePattern.NameFieldImpl.isPopulated(PersonName name) private booleanPersonNameFormatterImpl.nameIsGnFirst(PersonName name) Returns the field order to use when formatting this name, taking into account the name's preferredOrder field, as well as the name and formatter's respective locales.intPersonNamePattern.numEmptyFields(PersonName name) intPersonNamePattern.numPopulatedFields(PersonName name) Constructors in com.ibm.icu.impl.personname with parameters of type PersonName -
Uses of PersonName in com.ibm.icu.text
Classes in com.ibm.icu.text that implement PersonNameModifier and TypeClassDescriptionclassA concrete implementation of PersonNameFormatter.PersonName that simply stores the field values in a Map.Methods in com.ibm.icu.text with parameters of type PersonNameModifier and TypeMethodDescriptionPersonNameFormatter.formatToString(PersonName name) Formats a name.