Uses of Class
com.ibm.icu.text.TimeZoneNames
-
Packages that use TimeZoneNames Package Description 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.text
Methods in com.ibm.icu.text that return TimeZoneNames Modifier and Type Method Description static TimeZoneNamesTimeZoneNames. getInstance(ULocale locale)Returns an instance ofTimeZoneNamesfor the specified locale.static TimeZoneNamesTimeZoneNames. getInstance(Locale locale)Returns an instance ofTimeZoneNamesfor the specifiedLocale.TimeZoneNamesTimeZoneFormat. getTimeZoneNames()Returns the time zone display name data used by this instance.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).Methods in com.ibm.icu.text with parameters of type TimeZoneNames Modifier and Type Method Description TimeZoneFormatTimeZoneFormat. setTimeZoneNames(TimeZoneNames tznames)Sets the time zone display name data to this instance.
-