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.
|
Modifier and Type | Method | Description |
---|---|---|
static TimeZoneNames |
TimeZoneNames.getInstance(ULocale locale) |
Returns an instance of
TimeZoneNames for the specified locale. |
static TimeZoneNames |
TimeZoneNames.getInstance(Locale locale) |
Returns an instance of
TimeZoneNames for the specified
Locale . |
TimeZoneNames |
TimeZoneFormat.getTimeZoneNames() |
Returns the time zone display name data used by this instance.
|
abstract TimeZoneNames |
TimeZoneNames.Factory.getTimeZoneNames(ULocale locale) |
Deprecated.
This API is ICU internal only.
|
static TimeZoneNames |
TimeZoneNames.getTZDBInstance(ULocale locale) |
Returns an instance of
TimeZoneNames containing only short specific
zone names (TimeZoneNames.NameType.SHORT_STANDARD and TimeZoneNames.NameType.SHORT_DAYLIGHT ),
compatible with the IANA tz database's zone abbreviations (not localized). |
Modifier and Type | Method | Description |
---|---|---|
TimeZoneFormat |
TimeZoneFormat.setTimeZoneNames(TimeZoneNames tznames) |
Sets the time zone display name data to this instance.
|
Copyright © 2016 Unicode, Inc. and others.