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 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:
  • Constructor Details

    • ChineseDateFormatSymbols

      @Deprecated public ChineseDateFormatSymbols()
      Deprecated.
      ICU 50
      Construct a ChineseDateFormatSymbols for the default FORMAT locale.
      See Also:
    • ChineseDateFormatSymbols

      @Deprecated public ChineseDateFormatSymbols(Locale locale)
      Deprecated.
      ICU 50
      Construct a ChineseDateFormatSymbols for the provided locale.
      Parameters:
      locale - the locale
    • ChineseDateFormatSymbols

      @Deprecated public ChineseDateFormatSymbols(ULocale locale)
      Deprecated.
      ICU 50
      Construct a ChineseDateFormatSymbols for the provided locale.
      Parameters:
      locale - the locale
    • ChineseDateFormatSymbols

      @Deprecated public ChineseDateFormatSymbols(Calendar cal, Locale locale)
      Deprecated.
      ICU 50
      Construct a ChineseDateFormatSymbols for the provided calendar and locale.
      Parameters:
      cal - the Calendar
      locale - the locale
    • ChineseDateFormatSymbols

      @Deprecated public ChineseDateFormatSymbols(Calendar cal, ULocale locale)
      Deprecated.
      ICU 50
      Construct a ChineseDateFormatSymbols for the provided calendar and locale.
      Parameters:
      cal - the Calendar
      locale - the locale
  • Method Details

    • 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 50
      Initializes format symbols for the locale and calendar type
      Overrides:
      initializeData in class DateFormatSymbols
      Parameters:
      loc - The locale whose symbols are desired.
      b - Resource bundle provided externally
      calendarType - The calendar type being used