|
||||||||||
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
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,
java.util.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(java.util.Locale locale)
Construct a ChineseDateFormatSymbols for the provided locale. |
|
ChineseDateFormatSymbols(ULocale locale)
Construct a ChineseDateFormatSymbols for the provided locale. |
Method Summary | |
java.lang.String |
getLeapMonth(int isLeapMonth)
|
protected void |
initializeData(ULocale loc,
com.ibm.icu.impl.CalendarData calData)
|
Methods inherited from class com.ibm.icu.text.DateFormatSymbols |
clone, equals, getAmPmStrings, getDateFormatBundle, getDateFormatBundle, getDateFormatBundle, getDateFormatBundle, getEraNames, getEras, getLocale, getLocalPatternChars, getMonths, getMonths, getShortMonths, getShortWeekdays, getWeekdays, getWeekdays, getZoneStrings, hashCode, initializeData, setAmPmStrings, setEraNames, setEras, setLocalPatternChars, setMonths, setMonths, setShortMonths, setShortWeekdays, setWeekdays, setWeekdays, setZoneStrings |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChineseDateFormatSymbols()
public ChineseDateFormatSymbols(java.util.Locale locale)
locale
- the localepublic ChineseDateFormatSymbols(ULocale locale)
locale
- the localepublic ChineseDateFormatSymbols(Calendar cal, java.util.Locale locale)
cal
- the Calendarlocale
- the localepublic ChineseDateFormatSymbols(Calendar cal, ULocale locale)
cal
- the Calendarlocale
- the localeMethod Detail |
public java.lang.String getLeapMonth(int isLeapMonth)
protected void initializeData(ULocale loc, com.ibm.icu.impl.CalendarData calData)
initializeData
in class DateFormatSymbols
loc
- calData
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |