Uses of Class
com.ibm.icu.text.TimeZoneNames
-
Packages that use TimeZoneNames Package Description com.ibm.icu.impl com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of TimeZoneNames in com.ibm.icu.impl
Subclasses of TimeZoneNames in com.ibm.icu.impl Modifier and Type Class Description class
TimeZoneNamesImpl
The standard ICU implementation of TimeZoneNamesclass
TZDBTimeZoneNames
Yet another TimeZoneNames implementation based on the tz database.Fields in com.ibm.icu.impl declared as TimeZoneNames Modifier and Type Field Description private TimeZoneNames
TimeZoneGenericNames. _tznames
Methods in com.ibm.icu.impl that return TimeZoneNames Modifier and Type Method Description TimeZoneNames
TimeZoneNamesFactoryImpl. getTimeZoneNames(ULocale locale)
Constructors in com.ibm.icu.impl with parameters of type TimeZoneNames Constructor Description TimeZoneGenericNames(ULocale locale, TimeZoneNames tznames)
Constructs aTimeZoneGenericNames
with the given locale and theTimeZoneNames
. -
Uses of TimeZoneNames in com.ibm.icu.text
Subclasses of TimeZoneNames in com.ibm.icu.text Modifier and Type Class Description private static class
TimeZoneNames.DefaultTimeZoneNames
The default implementation ofTimeZoneNames
used bygetInstance(ULocale)
when the ICU4J tznamedata component is not available.Fields in com.ibm.icu.text declared as TimeZoneNames Modifier and Type Field Description private TimeZoneNames
TimeZoneFormat. _tzdbNames
private TimeZoneNames
TimeZoneFormat. _tznames
Methods in com.ibm.icu.text that return TimeZoneNames Modifier and Type Method Description protected TimeZoneNames
TimeZoneNames.Cache. createInstance(java.lang.String key, ULocale data)
static TimeZoneNames
TimeZoneNames. getInstance(ULocale locale)
Returns an instance ofTimeZoneNames
for the specified locale.static TimeZoneNames
TimeZoneNames. getInstance(java.util.Locale locale)
Returns an instance ofTimeZoneNames
for the specifiedLocale
.TimeZoneNames
TimeZoneFormat. getTimeZoneNames()
Returns the time zone display name data used by this instance.TimeZoneNames
TimeZoneNames.DefaultTimeZoneNames.FactoryImpl. getTimeZoneNames(ULocale locale)
abstract TimeZoneNames
TimeZoneNames.Factory. getTimeZoneNames(ULocale locale)
Deprecated.This API is ICU internal only.static TimeZoneNames
TimeZoneNames. getTZDBInstance(ULocale locale)
Returns an instance ofTimeZoneNames
containing only short specific zone names (TimeZoneNames.NameType.SHORT_STANDARD
andTimeZoneNames.NameType.SHORT_DAYLIGHT
), compatible with the IANA tz database's zone abbreviations (not localized).private TimeZoneNames
TimeZoneFormat. getTZDBTimeZoneNames()
Private method returning the instance of TZDBTimeZoneNames.Methods in com.ibm.icu.text with parameters of type TimeZoneNames Modifier and Type Method Description TimeZoneFormat
TimeZoneFormat. setTimeZoneNames(TimeZoneNames tznames)
Sets the time zone display name data to this instance.
-