Class ChineseDateFormatSymbols

    • Constructor Detail

      • ChineseDateFormatSymbols

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

        @Deprecated
        public ChineseDateFormatSymbols​(java.util.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,
                                        java.util.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 Detail

      • getLeapMonth

        @Deprecated
        public java.lang.String getLeapMonth​(int leap)
        Deprecated.
        ICU 50
      • initializeData

        @Deprecated
        protected void initializeData​(ULocale loc,
                                      com.ibm.icu.impl.ICUResourceBundle b,
                                      java.lang.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