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 ofDateFormatSymbolsforChineseDateFormat. This class contains additional symbols corresponding to theChineseCalendar.IS_LEAP_MONTHfield.- 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 StringgetLeapMonth(int leap)Deprecated.ICU 50protected voidinitializeData(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, 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, initEras, initializeData, setAmPmStrings, setAmPmStrings, setEraNames, setEras, setLeapMonthPattern, setLocalPatternChars, setMonths, setMonths, setNarrowEras, setQuarters, setShortMonths, setShortWeekdays, setTimeSeparatorString, setWeekdays, setWeekdays, setYearNames, setZodiacNames, setZoneStrings
-
-
-
-
Constructor Detail
-
ChineseDateFormatSymbols
@Deprecated public ChineseDateFormatSymbols()
Deprecated.ICU 50Construct a ChineseDateFormatSymbols for the defaultFORMATlocale.- 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:
initializeDatain classDateFormatSymbols- Parameters:
loc- The locale whose symbols are desired.b- Resource bundle provided externallycalendarType- The calendar type being used
-
-