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.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.icu.text.DateFormatSymbols
DateFormatSymbols.CapitalizationContextUsage
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String[]
Deprecated.(package private) static final long
Deprecated.Fields inherited from class com.ibm.icu.text.DateFormatSymbols
ABBREVIATED, abbreviatedDayPeriods, ALTERNATE_TIME_SEPARATOR, ampms, ampmsNarrow, capitalization, DEFAULT_TIME_SEPARATOR, DT_CONTEXT_COUNT, DT_LEAP_MONTH_PATTERN_FORMAT_ABBREV, DT_LEAP_MONTH_PATTERN_FORMAT_NARROW, DT_LEAP_MONTH_PATTERN_FORMAT_WIDE, DT_LEAP_MONTH_PATTERN_NUMERIC, DT_LEAP_MONTH_PATTERN_STANDALONE_ABBREV, DT_LEAP_MONTH_PATTERN_STANDALONE_NARROW, DT_LEAP_MONTH_PATTERN_STANDALONE_WIDE, DT_MONTH_PATTERN_COUNT, DT_WIDTH_COUNT, eraNames, eras, FORMAT, leapMonthPatterns, localPatternChars, millisPerHour, months, NARROW, narrowDayPeriods, narrowEras, narrowMonths, narrowQuarters, narrowWeekdays, NUMERIC, patternChars, quarters, SHORT, shorterWeekdays, shortMonths, shortQuarters, shortWeekdays, shortYearNames, shortZodiacNames, STANDALONE, standaloneAbbreviatedDayPeriods, standaloneMonths, standaloneNarrowDayPeriods, standaloneNarrowMonths, standaloneNarrowQuarters, standaloneNarrowWeekdays, standaloneQuarters, standaloneShorterWeekdays, standaloneShortMonths, standaloneShortQuarters, standaloneShortWeekdays, standaloneWeekdays, standaloneWideDayPeriods, weekdays, WIDE, wideDayPeriods
-
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 50(package private) void
Deprecated.Initializes format symbols using another instance.protected void
initializeData
(ULocale loc, ICUResourceBundle b, String calendarType) Deprecated.ICU 50private void
Deprecated.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, getNarrowEras, getQuarters, getShortMonths, getShortWeekdays, getTimeSeparatorString, getWeekdays, getWeekdays, getYearNames, getZodiacNames, getZoneStrings, hashCode, initializeData, setAmPmStrings, setEraNames, setEras, setLeapMonthPattern, setLocale, setLocalPatternChars, setMonths, setMonths, setNarrowEras, setQuarters, setShortMonths, setShortWeekdays, setTimeSeparatorString, setWeekdays, setWeekdays, setYearNames, setZodiacNames, setZoneStrings
-
Field Details
-
serialVersionUID
static final long serialVersionUIDDeprecated.- See Also:
-
isLeapMonth
String[] isLeapMonthDeprecated.
-
-
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.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
-
initializeData
Deprecated.Description copied from class:DateFormatSymbols
Initializes format symbols using another instance. TODO Clean up initialization methods for subclasses- Overrides:
initializeData
in classDateFormatSymbols
-
initializeIsLeapMonth
private void initializeIsLeapMonth()Deprecated.
-