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.
|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ChineseDateFormatSymbols |
Deprecated.
ICU 50
|
Modifier and Type | Method | Description |
---|---|---|
DateFormatSymbols |
SimpleDateFormat.getDateFormatSymbols() |
Gets the date/time formatting data.
|
static DateFormatSymbols |
DateFormatSymbols.getInstance() |
Returns a DateFormatSymbols instance for the default locale.
|
static DateFormatSymbols |
DateFormatSymbols.getInstance(ULocale locale) |
Returns a DateFormatSymbols instance for the given locale.
|
static DateFormatSymbols |
DateFormatSymbols.getInstance(Locale locale) |
Returns a DateFormatSymbols instance for the given locale.
|
protected DateFormatSymbols |
SimpleDateFormat.getSymbols() |
Method for subclasses to access the DateFormatSymbols.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SimpleDateFormat.setDateFormatSymbols(DateFormatSymbols newFormatSymbols) |
Allows you to set the date/time formatting data.
|
protected String |
SimpleDateFormat.subFormat(char ch,
int count,
int beginOffset,
FieldPosition pos,
DateFormatSymbols fmtData,
Calendar cal) |
Formats a single field, given its pattern character.
|
Constructor | Description |
---|---|
SimpleDateFormat(String pattern,
DateFormatSymbols formatData) |
Constructs a SimpleDateFormat using the given pattern and
locale-specific symbol data.
|
SimpleDateFormat(String pattern,
DateFormatSymbols formatData,
ULocale loc) |
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method | Description |
---|---|---|
DateFormatSymbols |
Calendar.FormatConfiguration.getDateFormatSymbols() |
Deprecated.
This API is ICU internal only.
|
Copyright © 2016 Unicode, Inc. and others.