@Deprecated public class ChineseDateFormatSymbols extends DateFormatSymbols
DateFormatSymbols for ChineseDateFormat.
This class contains additional symbols corresponding to the
ChineseCalendar.IS_LEAP_MONTH field.ChineseDateFormat,
ChineseCalendar,
Serialized FormABBREVIATED, DT_CONTEXT_COUNT, DT_WIDTH_COUNT, FORMAT, NARROW, NUMERIC, SHORT, STANDALONE, WIDE| Constructor and Description |
|---|
ChineseDateFormatSymbols()
Deprecated.
ICU 50
|
ChineseDateFormatSymbols(Calendar cal,
java.util.Locale locale)
Deprecated.
ICU 50
|
ChineseDateFormatSymbols(Calendar cal,
ULocale locale)
Deprecated.
ICU 50
|
ChineseDateFormatSymbols(java.util.Locale locale)
Deprecated.
ICU 50
|
ChineseDateFormatSymbols(ULocale locale)
Deprecated.
ICU 50
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLeapMonth(int leap)
Deprecated.
ICU 50
|
protected void |
initializeData(ULocale loc,
com.ibm.icu.impl.ICUResourceBundle b,
java.lang.String calendarType)
Deprecated.
ICU 50
|
clone, equals, getAmPmStrings, getAvailableLocales, getAvailableULocales, getDateFormatBundle, getDateFormatBundle, getDateFormatBundle, getDateFormatBundle, getEraNames, getEras, getInstance, getInstance, getInstance, getLeapMonthPattern, getLocale, getLocalPatternChars, getMonths, getMonths, getQuarters, getShortMonths, getShortWeekdays, getTimeSeparatorString, getWeekdays, getWeekdays, getYearNames, getZodiacNames, getZoneStrings, hashCode, initializeData, setAmPmStrings, setEraNames, setEras, setLeapMonthPattern, setLocalPatternChars, setMonths, setMonths, setQuarters, setShortMonths, setShortWeekdays, setTimeSeparatorString, setWeekdays, setWeekdays, setYearNames, setZodiacNames, setZoneStrings@Deprecated public ChineseDateFormatSymbols()
FORMAT locale.ULocale.Category.FORMAT@Deprecated public ChineseDateFormatSymbols(java.util.Locale locale)
locale - the locale@Deprecated public ChineseDateFormatSymbols(ULocale locale)
locale - the locale@Deprecated public ChineseDateFormatSymbols(Calendar cal, java.util.Locale locale)
cal - the Calendarlocale - the locale@Deprecated public java.lang.String getLeapMonth(int leap)
@Deprecated protected void initializeData(ULocale loc, com.ibm.icu.impl.ICUResourceBundle b, java.lang.String calendarType)
initializeData in class DateFormatSymbolsloc - The locale whose symbols are desired.b - Resource bundle provided externallycalendarType - The calendar type being usedCopyright © 2016 Unicode, Inc. and others.