FieldModifierImpl |
Parent class for classes that implement field-modifier behavior.
|
FieldModifierImpl.AllCapsModifier |
A field modifier that returns the field value converted to ALL CAPS.
|
FieldModifierImpl.InitialCapModifier |
A field modifier that returns the field value with the first letter of each word capitalized.
|
FieldModifierImpl.InitialModifier |
A field modifier that returns the field value converted into one or more initials.
|
PersonNameFormatterImpl |
Actual implementation class for PersonNameFormatter.
|
PersonNamePattern |
A single name formatting pattern, corresponding to a single namePattern element in CLDR.
|
PersonNamePattern.GivenToSurnamePersonName |
Internal class used when formatting a mononym (a PersonName object that only has
a given-name field).
|
PersonNamePattern.LiteralText |
Literal text from a name pattern.
|
PersonNamePattern.NameFieldImpl |
An actual name field in a NamePattern (i.e., the stuff represented in the pattern by text
in braces).
|