Uses of Class
com.ibm.icu.text.TimeZoneNames
Packages that use TimeZoneNames
-
Uses of TimeZoneNames in com.ibm.icu.impl
Subclasses of TimeZoneNames in com.ibm.icu.implModifier and TypeClassDescriptionclassThe standard ICU implementation of TimeZoneNamesclassYet another TimeZoneNames implementation based on the tz database.Fields in com.ibm.icu.impl declared as TimeZoneNamesMethods in com.ibm.icu.impl that return TimeZoneNamesConstructors in com.ibm.icu.impl with parameters of type TimeZoneNamesModifierConstructorDescriptionTimeZoneGenericNames(ULocale locale, TimeZoneNames tznames) Constructs aTimeZoneGenericNameswith the given locale and theTimeZoneNames. -
Uses of TimeZoneNames in com.ibm.icu.text
Subclasses of TimeZoneNames in com.ibm.icu.textModifier and TypeClassDescriptionprivate static classThe default implementation ofTimeZoneNamesused byTimeZoneNames.getInstance(ULocale)when the ICU4J tznamedata component is not available.Subclasses with type arguments of type TimeZoneNames in com.ibm.icu.textModifier and TypeClassDescriptionprivate static classTimeZoneNames cache used byTimeZoneNames.getInstance(ULocale)Fields in com.ibm.icu.text declared as TimeZoneNamesModifier and TypeFieldDescriptionprivate TimeZoneNamesTimeZoneFormat._tzdbNamesprivate TimeZoneNamesTimeZoneFormat._tznamesMethods in com.ibm.icu.text that return TimeZoneNamesModifier and TypeMethodDescriptionprotected TimeZoneNamesTimeZoneNames.Cache.createInstance(String key, ULocale data) static TimeZoneNamesTimeZoneNames.getInstance(ULocale locale) Returns an instance ofTimeZoneNamesfor the specified locale.static TimeZoneNamesTimeZoneNames.getInstance(Locale locale) Returns an instance ofTimeZoneNamesfor the specifiedLocale.TimeZoneFormat.getTimeZoneNames()Returns the time zone display name data used by this instance.TimeZoneNames.DefaultTimeZoneNames.FactoryImpl.getTimeZoneNames(ULocale locale) abstract TimeZoneNamesTimeZoneNames.Factory.getTimeZoneNames(ULocale locale) Deprecated.This API is ICU internal only.static TimeZoneNamesTimeZoneNames.getTZDBInstance(ULocale locale) Returns an instance ofTimeZoneNamescontaining only short specific zone names (TimeZoneNames.NameType.SHORT_STANDARDandTimeZoneNames.NameType.SHORT_DAYLIGHT), compatible with the IANA tz database's zone abbreviations (not localized).private TimeZoneNamesTimeZoneFormat.getTZDBTimeZoneNames()Private method returning the instance of TZDBTimeZoneNames.Methods in com.ibm.icu.text with parameters of type TimeZoneNamesModifier and TypeMethodDescriptionTimeZoneFormat.setTimeZoneNames(TimeZoneNames tznames) Sets the time zone display name data to this instance.