Class ChineseDateFormatSymbols
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
org.graalvm.shadowed.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.- See Also:
-
Field Summary
Fields inherited from class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
ABBREVIATED, DT_CONTEXT_COUNT, DT_WIDTH_COUNT, FORMAT, NARROW, NUMERIC, SHORT, STANDALONE, WIDE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ICU 50ChineseDateFormatSymbols(Locale locale) Deprecated.ICU 50ChineseDateFormatSymbols(Calendar cal, Locale locale) Deprecated.ICU 50ChineseDateFormatSymbols(Calendar cal, ULocale locale) Deprecated.ICU 50ChineseDateFormatSymbols(ULocale locale) Deprecated.ICU 50 -
Method Summary
Modifier and TypeMethodDescriptiongetLeapMonth(int leap) Deprecated.ICU 50protected voidinitializeData(ULocale loc, ICUResourceBundle b, String calendarType) Deprecated.ICU 50Methods inherited from class org.graalvm.shadowed.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 defaultFORMATlocale.- 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.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
-