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 public class ChineseDateFormatSymbols extends DateFormatSymbols
Deprecated.ICU 50A subclass ofDateFormatSymbols
forChineseDateFormat
. This class contains additional symbols corresponding to theChineseCalendar.IS_LEAP_MONTH
field.- Author:
- Alan Liu
- See Also:
ChineseDateFormat
,ChineseCalendar
, Serialized Form
-
-
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
Constructors Constructor Description ChineseDateFormatSymbols()
Deprecated.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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getLeapMonth(int leap)
Deprecated.ICU 50protected void
initializeData(ULocale loc, com.ibm.icu.impl.ICUResourceBundle b, String calendarType)
Deprecated.ICU 50-
Methods 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, 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
-
-
-
-
Constructor Detail
-
ChineseDateFormatSymbols
@Deprecated public ChineseDateFormatSymbols()
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the defaultFORMAT
locale.- See Also:
ULocale.Category.FORMAT
-
ChineseDateFormatSymbols
@Deprecated public ChineseDateFormatSymbols(Locale locale)
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the provided locale.- Parameters:
locale
- the locale
-
ChineseDateFormatSymbols
@Deprecated public ChineseDateFormatSymbols(ULocale locale)
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the provided locale.- Parameters:
locale
- the locale
-
ChineseDateFormatSymbols
@Deprecated public ChineseDateFormatSymbols(Calendar cal, Locale locale)
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the provided calendar and locale.- Parameters:
cal
- the Calendarlocale
- the locale
-
ChineseDateFormatSymbols
@Deprecated public ChineseDateFormatSymbols(Calendar cal, ULocale locale)
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the provided calendar and locale.- Parameters:
cal
- the Calendarlocale
- the locale
-
-
Method Detail
-
getLeapMonth
@Deprecated public String getLeapMonth(int leap)
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
-
-