Package com.ibm.icu.text
Class ChineseDateFormatSymbols
java.lang.Object
com.ibm.icu.text.DateFormatSymbols
com.ibm.icu.text.ChineseDateFormatSymbols
- All Implemented Interfaces:
Serializable
,Cloneable
Deprecated.
ICU 50
A subclass of
DateFormatSymbols
for ChineseDateFormat
.
This class contains additional symbols corresponding to the
ChineseCalendar.IS_LEAP_MONTH
field.- Author:
- Alan Liu
- See Also:
-
Field Summary
Fields inherited from class com.ibm.icu.text.DateFormatSymbols
ABBREVIATED, DT_CONTEXT_COUNT, DT_WIDTH_COUNT, FORMAT, NARROW, NUMERIC, SHORT, STANDALONE, WIDE
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ICU 50ChineseDateFormatSymbols
(Calendar cal, ULocale locale) Deprecated.ICU 50ChineseDateFormatSymbols
(Calendar cal, Locale locale) Deprecated.ICU 50ChineseDateFormatSymbols
(ULocale locale) Deprecated.ICU 50ChineseDateFormatSymbols
(Locale locale) Deprecated.ICU 50 -
Method Summary
Modifier and TypeMethodDescriptiongetLeapMonth
(int leap) Deprecated.ICU 50protected void
initializeData
(ULocale loc, com.ibm.icu.impl.ICUResourceBundle b, String calendarType) Deprecated.ICU 50Methods inherited from class com.ibm.icu.text.DateFormatSymbols
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
-
Constructor Details
-
ChineseDateFormatSymbols
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the defaultFORMAT
locale.- See Also:
-
ChineseDateFormatSymbols
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the provided locale.- Parameters:
locale
- the locale
-
ChineseDateFormatSymbols
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the provided locale.- Parameters:
locale
- the locale
-
ChineseDateFormatSymbols
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the provided calendar and locale.- Parameters:
cal
- the Calendarlocale
- the locale
-
ChineseDateFormatSymbols
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the provided calendar and locale.- Parameters:
cal
- the Calendarlocale
- the locale
-
-
Method Details
-
getLeapMonth
Deprecated.ICU 50 -
initializeData
@Deprecated protected void initializeData(ULocale loc, com.ibm.icu.impl.ICUResourceBundle b, String calendarType) Deprecated.ICU 50Initializes format symbols for the locale and calendar type- Overrides:
initializeData
in classDateFormatSymbols
- Parameters:
loc
- The locale whose symbols are desired.b
- Resource bundle provided externallycalendarType
- The calendar type being used
-