Uses of Enum
com.ibm.icu.text.TimeZoneNames.NameType
Packages that use TimeZoneNames.NameType
Package
Description
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.NameType in com.ibm.icu.text
Methods in com.ibm.icu.text that return TimeZoneNames.NameTypeModifier and TypeMethodDescriptionTimeZoneNames.MatchInfo.nameType()
Returns the time zone name type.static TimeZoneNames.NameType
Returns the enum constant of this type with the specified name.static TimeZoneNames.NameType[]
TimeZoneNames.NameType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type TimeZoneNames.NameTypeModifier and TypeMethodDescriptionfinal String
TimeZoneNames.getDisplayName
(String tzID, TimeZoneNames.NameType type, long date) Returns the display name of the time zone at the given date.void
TimeZoneNames.getDisplayNames
(String tzID, TimeZoneNames.NameType[] types, long date, String[] dest, int destOffset) Deprecated.This API is ICU internal only.abstract String
TimeZoneNames.getMetaZoneDisplayName
(String mzID, TimeZoneNames.NameType type) Returns the display name of the meta zone.abstract String
TimeZoneNames.getTimeZoneDisplayName
(String tzID, TimeZoneNames.NameType type) Returns the display name of the time zone.Method parameters in com.ibm.icu.text with type arguments of type TimeZoneNames.NameTypeModifier and TypeMethodDescriptionTimeZoneNames.find
(CharSequence text, int start, EnumSet<TimeZoneNames.NameType> types) Finds time zone name prefix matches for the input text at the given offset and returns a collection of the matches.Constructors in com.ibm.icu.text with parameters of type TimeZoneNames.NameTypeModifierConstructorDescriptionMatchInfo
(TimeZoneNames.NameType nameType, String tzID, String mzID, int matchLength) Constructing aMatchInfo
.