|
||||||||
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 FormConstructor 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)
Deprecated. This is a draft API and might change in a future release of ICU. |
|
ChineseDateFormatSymbols(Locale locale)
Construct a ChineseDateFormatSymbols for the provided locale. |
|
ChineseDateFormatSymbols(ULocale locale)
Deprecated. This is a draft API and might change in a future release of ICU. |
Method Summary | |
---|---|
String |
getLeapMonth(int isLeapMonth)
|
protected void |
initializeData(ULocale loc,
com.ibm.icu.impl.CalendarData calData)
Deprecated. This is a draft API and might change in a future release of ICU. |
Methods inherited from class com.ibm.icu.text.DateFormatSymbols |
---|
clone, equals, getAmPmStrings, getDateFormatBundle, getDateFormatBundle, getDateFormatBundle, getDateFormatBundle, getEras, getLocale, getLocalPatternChars, getMonths, getShortMonths, getShortWeekdays, getWeekdays, getZoneStrings, hashCode, initializeData, setAmPmStrings, setEras, setLocalPatternChars, setMonths, setShortMonths, setShortWeekdays, setWeekdays, setZoneStrings |
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 isLeapMonth)
protected void initializeData(ULocale loc, com.ibm.icu.impl.CalendarData calData)
initializeData
in class DateFormatSymbols
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |