static LocaleDisplayNames |
LocaleDisplayNames.getInstance(ULocale locale,
DisplayContext... contexts) |
Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale,
using the provided DisplayContext settings
|
static LocaleDisplayNames |
LocaleDisplayNames.getInstance(Locale locale,
DisplayContext... contexts) |
Returns an instance of LocaleDisplayNames that returns names formatted for the provided
Locale, using the provided DisplayContext settings
|
static RelativeDateTimeFormatter |
RelativeDateTimeFormatter.getInstance(ULocale locale,
NumberFormat nf,
RelativeDateTimeFormatter.Style style,
DisplayContext capitalizationContext) |
Returns a RelativeDateTimeFormatter for a particular locale that uses a particular
NumberFormat object, style, and capitalization context
|
void |
DateFormat.setContext(DisplayContext context) |
[icu] Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
|
void |
DateIntervalFormat.setContext(DisplayContext context) |
[icu] Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
|
void |
NumberFormat.setContext(DisplayContext context) |
[icu] Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
|
void |
RuleBasedNumberFormat.setContext(DisplayContext context) |
[icu] Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
|
void |
SimpleDateFormat.setContext(DisplayContext context) |
[icu] Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
|
protected void |
ChineseDateFormat.subFormat(StringBuffer buf,
char ch,
int count,
int beginOffset,
int fieldNum,
DisplayContext capitalizationContext,
FieldPosition pos,
char patternCharToOutput,
Calendar cal) |
Deprecated.
|
protected String |
SimpleDateFormat.subFormat(char ch,
int count,
int beginOffset,
int fieldNum,
DisplayContext capitalizationContext,
FieldPosition pos,
char patternCharToOutput,
Calendar cal) |
Deprecated.
|
protected void |
SimpleDateFormat.subFormat(StringBuffer buf,
char ch,
int count,
int beginOffset,
int fieldNum,
DisplayContext capitalizationContext,
FieldPosition pos,
char patternCharToOutput,
Calendar cal) |
Deprecated.
|