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 DateFormatSymbols
DateFormatSymbolsICU.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 DateFormatSymbols
RelativeDateTimeFormatter.dateFormatSymbols
private DateFormatSymbols
SimpleDateFormat.formatData
The 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.DFSCACHE
Methods in com.ibm.icu.text that return DateFormatSymbolsModifier and TypeMethodDescriptionSimpleDateFormat.getDateFormatSymbols()
Gets the date/time formatting data.static DateFormatSymbols
DateFormatSymbols.getInstance()
Returns a DateFormatSymbols instance for the default locale.static DateFormatSymbols
DateFormatSymbols.getInstance
(ULocale locale) Returns a DateFormatSymbols instance for the given locale.static DateFormatSymbols
DateFormatSymbols.getInstance
(Locale locale) Returns a DateFormatSymbols instance for the given locale.protected DateFormatSymbols
SimpleDateFormat.getSymbols()
Method for subclasses to access the DateFormatSymbols.Methods in com.ibm.icu.text with parameters of type DateFormatSymbolsModifier and TypeMethodDescription(package private) void
ChineseDateFormatSymbols.initializeData
(DateFormatSymbols dfs) Deprecated.(package private) void
DateFormatSymbols.initializeData
(DateFormatSymbols dfs) Initializes format symbols using another instance.void
SimpleDateFormat.setDateFormatSymbols
(DateFormatSymbols newFormatSymbols) Allows you to set the date/time formatting data.protected String
SimpleDateFormat.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.private
SimpleDateFormat
(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 DateFormatSymbols
Calendar.FormatConfiguration.formatData
Deprecated.Methods in com.ibm.icu.util that return DateFormatSymbolsModifier and TypeMethodDescriptionCalendar.FormatConfiguration.getDateFormatSymbols()
Deprecated.This API is ICU internal only.