@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,
Locale locale)
Deprecated.
ICU 50
|
ChineseDateFormatSymbols(Calendar cal,
ULocale locale)
Deprecated.
ICU 50
|
ChineseDateFormatSymbols(Locale locale)
Deprecated.
ICU 50
|
ChineseDateFormatSymbols(ULocale locale)
Deprecated.
ICU 50
|
Modifier and Type | Method and Description |
---|---|
String |
getLeapMonth(int leap)
Deprecated.
ICU 50
|
protected void |
initializeData(ULocale loc,
com.ibm.icu.impl.ICUResourceBundle b,
String calendarType)
Deprecated.
ICU 50
|
clone, equals, getAmPmStrings, getAvailableLocales, getAvailableULocales, getDateFormatBundle, getDateFormatBundle, getDateFormatBundle, getDateFormatBundle, getEraNames, getEras, getInstance, getInstance, getInstance, getLeapMonthPattern, getLocale, getLocalPatternChars, getMonths, getMonths, getNarrowEras, getQuarters, getShortMonths, getShortWeekdays, getTimeSeparatorString, getWeekdays, getWeekdays, getYearNames, getZodiacNames, getZoneStrings, hashCode, initializeData, setAmPmStrings, setEraNames, setEras, setLeapMonthPattern, setLocalPatternChars, setMonths, setMonths, setNarrowEras, setQuarters, setShortMonths, setShortWeekdays, setTimeSeparatorString, setWeekdays, setWeekdays, setYearNames, setZodiacNames, setZoneStrings
@Deprecated public ChineseDateFormatSymbols()
FORMAT
locale.ULocale.Category.FORMAT
@Deprecated public ChineseDateFormatSymbols(Locale locale)
locale
- the locale@Deprecated public ChineseDateFormatSymbols(ULocale locale)
locale
- the locale@Deprecated public ChineseDateFormatSymbols(Calendar cal, Locale locale)
cal
- the Calendarlocale
- the locale@Deprecated public ChineseDateFormatSymbols(Calendar cal, ULocale locale)
cal
- the Calendarlocale
- the locale@Deprecated public String getLeapMonth(int leap)
@Deprecated protected void initializeData(ULocale loc, com.ibm.icu.impl.ICUResourceBundle b, String calendarType)
initializeData
in class DateFormatSymbols
loc
- The locale whose symbols are desired.b
- Resource bundle provided externallycalendarType
- The calendar type being usedCopyright © 2016 Unicode, Inc. and others.