|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.icu.text.DateFormatSymbols
com.ibm.icu.text.ChineseDateFormatSymbols
public class ChineseDateFormatSymbols
A subclass of DateFormatSymbols
for ChineseDateFormat
.
This class contains additional symbols corresponding to the
ChineseCalendar.IS_LEAP_MONTH
field.
ChineseDateFormat
,
ChineseCalendar
,
Serialized FormField Summary |
---|
Fields inherited from class com.ibm.icu.text.DateFormatSymbols |
---|
ABBREVIATED, DT_CONTEXT_COUNT, DT_WIDTH_COUNT, FORMAT, NARROW, STANDALONE, WIDE |
Constructor Summary | |
---|---|
ChineseDateFormatSymbols()
Construct a ChineseDateFormatSymbols for the default locale. |
|
ChineseDateFormatSymbols(Calendar cal,
Locale locale)
Construct a ChineseDateFormatSymbols for the provided calendar and locale. |
|
ChineseDateFormatSymbols(Calendar cal,
ULocale locale)
Construct a ChineseDateFormatSymbols for the provided calendar and locale. |
|
ChineseDateFormatSymbols(Locale locale)
Construct a ChineseDateFormatSymbols for the provided locale. |
|
ChineseDateFormatSymbols(ULocale locale)
Construct a ChineseDateFormatSymbols for the provided locale. |
Method Summary | |
---|---|
String |
getLeapMonth(int leap)
|
protected void |
initializeData(ULocale loc,
com.ibm.icu.impl.CalendarData calData)
Initializes format symbols for the locale and calendar type |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChineseDateFormatSymbols()
public ChineseDateFormatSymbols(Locale locale)
locale
- the localepublic ChineseDateFormatSymbols(ULocale locale)
locale
- the localepublic ChineseDateFormatSymbols(Calendar cal, Locale locale)
cal
- the Calendarlocale
- the localepublic ChineseDateFormatSymbols(Calendar cal, ULocale locale)
cal
- the Calendarlocale
- the localeMethod Detail |
---|
public String getLeapMonth(int leap)
protected void initializeData(ULocale loc, com.ibm.icu.impl.CalendarData calData)
initializeData
in class DateFormatSymbols
loc
- The locale whose symbols are desired.calData
- The calendar resource data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |