Uses of Class
com.ibm.icu.text.DateFormatSymbols
-
Packages that use DateFormatSymbols Package Description com.ibm.icu.dev.demo.calendar com.ibm.icu.impl.jdkadapter com.ibm.icu.text com.ibm.icu.util -
-
Uses of DateFormatSymbols in com.ibm.icu.dev.demo.calendar
Fields in com.ibm.icu.dev.demo.calendar declared as DateFormatSymbols Modifier and Type Field Description private DateFormatSymbols[]
CalendarPanel. fSymbols
-
Uses of DateFormatSymbols in com.ibm.icu.impl.jdkadapter
Fields in com.ibm.icu.impl.jdkadapter declared as DateFormatSymbols Modifier and Type Field Description private DateFormatSymbols
DateFormatSymbolsICU. fIcuDfs
Methods in com.ibm.icu.impl.jdkadapter that return DateFormatSymbols Modifier and Type Method Description DateFormatSymbols
DateFormatSymbolsICU. unwrap()
Methods in com.ibm.icu.impl.jdkadapter with parameters of type DateFormatSymbols Modifier and Type Method Description private static java.lang.String[]
CalendarICU. getFieldStrings(int field, int style, DateFormatSymbols dfs)
private static java.util.Map<java.lang.String,java.lang.Integer>
CalendarICU. getFieldStringsMap(int field, int style, DateFormatSymbols dfs)
static java.text.DateFormatSymbols
DateFormatSymbolsICU. wrap(DateFormatSymbols icuDfs)
Constructors in com.ibm.icu.impl.jdkadapter with parameters of type DateFormatSymbols Constructor Description DateFormatSymbolsICU(DateFormatSymbols icuDfs)
-
Uses of DateFormatSymbols in com.ibm.icu.text
Subclasses of DateFormatSymbols in com.ibm.icu.text Modifier and Type Class Description class
ChineseDateFormatSymbols
Deprecated.ICU 50Fields in com.ibm.icu.text declared as DateFormatSymbols Modifier and Type Field Description private 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 DateFormatSymbols Modifier and Type Field Description private static CacheBase<java.lang.String,DateFormatSymbols,ULocale>
DateFormatSymbols. DFSCACHE
Methods in com.ibm.icu.text that return DateFormatSymbols Modifier and Type Method Description DateFormatSymbols
SimpleDateFormat. 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(java.util.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 DateFormatSymbols Modifier and Type Method Description (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 java.lang.String
SimpleDateFormat. subFormat(char ch, int count, int beginOffset, java.text.FieldPosition pos, DateFormatSymbols fmtData, Calendar cal)
Formats a single field, given its pattern character.Constructors in com.ibm.icu.text with parameters of type DateFormatSymbols Constructor Description SimpleDateFormat(java.lang.String pattern, DateFormatSymbols formatData)
Constructs a SimpleDateFormat using the given pattern and locale-specific symbol data.SimpleDateFormat(java.lang.String pattern, DateFormatSymbols formatData, Calendar calendar, NumberFormat numberFormat, ULocale locale, boolean useFastFormat, java.lang.String override)
SimpleDateFormat(java.lang.String pattern, DateFormatSymbols formatData, Calendar calendar, ULocale locale, boolean useFastFormat, java.lang.String override)
Package-private constructor that allows a subclass to specify whether it supports fast formatting.SimpleDateFormat(java.lang.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 DateFormatSymbols Modifier and Type Field Description private DateFormatSymbols
Calendar.FormatConfiguration. formatData
Deprecated.Methods in com.ibm.icu.util that return DateFormatSymbols Modifier and Type Method Description DateFormatSymbols
Calendar.FormatConfiguration. getDateFormatSymbols()
Deprecated.This API is ICU internal only.
-