Uses of Class
com.ibm.icu.text.DateFormatSymbols
Packages that use DateFormatSymbols
Package
Description
-
Uses of DateFormatSymbols in com.ibm.icu.dev.demo.calendar
Fields in com.ibm.icu.dev.demo.calendar declared as DateFormatSymbols -
Uses of DateFormatSymbols in com.ibm.icu.impl.jdkadapter
Fields in com.ibm.icu.impl.jdkadapter declared as DateFormatSymbolsMethods in com.ibm.icu.impl.jdkadapter that return DateFormatSymbolsMethods in com.ibm.icu.impl.jdkadapter with parameters of type DateFormatSymbolsModifier and TypeMethodDescriptionprivate static String[]CalendarICU.getFieldStrings(int field, int style, DateFormatSymbols dfs) CalendarICU.getFieldStringsMap(int field, int style, DateFormatSymbols dfs) static DateFormatSymbolsDateFormatSymbolsICU.wrap(DateFormatSymbols icuDfs) Constructors in com.ibm.icu.impl.jdkadapter with parameters of type DateFormatSymbols -
Uses of DateFormatSymbols in com.ibm.icu.text
Subclasses of DateFormatSymbols in com.ibm.icu.textFields in com.ibm.icu.text declared as DateFormatSymbolsModifier and TypeFieldDescriptionprivate final DateFormatSymbolsRelativeDateTimeFormatter.dateFormatSymbolsprivate DateFormatSymbolsSimpleDateFormat.formatDataThe symbols used by this formatter for week names, month names, etc.Fields in com.ibm.icu.text with type parameters of type DateFormatSymbolsModifier and TypeFieldDescriptionprivate static CacheBase<String, DateFormatSymbols, ULocale> DateFormatSymbols.DFSCACHEMethods in com.ibm.icu.text that return DateFormatSymbolsModifier and TypeMethodDescriptionSimpleDateFormat.getDateFormatSymbols()Gets the date/time formatting data.static DateFormatSymbolsDateFormatSymbols.getInstance()Returns a DateFormatSymbols instance for the default locale.static DateFormatSymbolsDateFormatSymbols.getInstance(ULocale locale) Returns a DateFormatSymbols instance for the given locale.static DateFormatSymbolsDateFormatSymbols.getInstance(Locale locale) Returns a DateFormatSymbols instance for the given locale.protected DateFormatSymbolsSimpleDateFormat.getSymbols()Method for subclasses to access the DateFormatSymbols.Methods in com.ibm.icu.text with parameters of type DateFormatSymbolsModifier and TypeMethodDescription(package private) voidChineseDateFormatSymbols.initializeData(DateFormatSymbols dfs) Deprecated.(package private) voidDateFormatSymbols.initializeData(DateFormatSymbols dfs) Initializes format symbols using another instance.voidSimpleDateFormat.setDateFormatSymbols(DateFormatSymbols newFormatSymbols) Allows you to set the date/time formatting data.protected StringSimpleDateFormat.subFormat(char ch, int count, int beginOffset, FieldPosition pos, DateFormatSymbols fmtData, Calendar cal) Formats a single field, given its pattern character.Constructors in com.ibm.icu.text with parameters of type DateFormatSymbolsModifierConstructorDescriptionSimpleDateFormat(String pattern, DateFormatSymbols formatData) Constructs a SimpleDateFormat using the given pattern and locale-specific symbol data.privateSimpleDateFormat(String pattern, DateFormatSymbols formatData, Calendar calendar, NumberFormat numberFormat, ULocale locale, boolean useFastFormat, String override) (package private)SimpleDateFormat(String pattern, DateFormatSymbols formatData, Calendar calendar, ULocale locale, boolean useFastFormat, String override) Package-private constructor that allows a subclass to specify whether it supports fast formatting.SimpleDateFormat(String pattern, DateFormatSymbols formatData, ULocale loc) Deprecated.This API is ICU internal only. -
Uses of DateFormatSymbols in com.ibm.icu.util
Fields in com.ibm.icu.util declared as DateFormatSymbolsModifier and TypeFieldDescriptionprivate DateFormatSymbolsCalendar.FormatConfiguration.formatDataDeprecated.Methods in com.ibm.icu.util that return DateFormatSymbolsModifier and TypeMethodDescriptionCalendar.FormatConfiguration.getDateFormatSymbols()Deprecated.This API is ICU internal only.