Uses of Enum
com.ibm.icu.text.TimeZoneNames.NameType
Packages that use TimeZoneNames.NameType
-
Uses of TimeZoneNames.NameType in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as TimeZoneNames.NameTypeModifier and TypeFieldDescriptionprivate static final TimeZoneNames.NameType[]
TimeZoneGenericNames.GENERIC_NON_LOCATION_TYPES
(package private) TimeZoneNames.NameType
TimeZoneNamesImpl.NameInfo.type
(package private) final TimeZoneNames.NameType
TZDBTimeZoneNames.TZDBNameInfo.type
Fields in com.ibm.icu.impl with type parameters of type TimeZoneNames.NameTypeModifier and TypeFieldDescriptionprivate EnumSet
<TimeZoneNames.NameType> TimeZoneNamesImpl.NameSearchHandler._nameTypes
private EnumSet
<TimeZoneNames.NameType> TZDBTimeZoneNames.TZDBNameSearchHandler._nameTypes
Methods in com.ibm.icu.impl that return TimeZoneNames.NameTypeModifier and TypeMethodDescriptionprivate static TimeZoneNames.NameType
TimeZoneNamesImpl.ZNames.getNameType
(int index) Methods in com.ibm.icu.impl with parameters of type TimeZoneNames.NameTypeModifier and TypeMethodDescriptionvoid
TimeZoneNamesImpl.getDisplayNames
(String tzID, TimeZoneNames.NameType[] types, long date, String[] dest, int destOffset) TimeZoneNamesImpl.getMetaZoneDisplayName
(String mzID, TimeZoneNames.NameType type) TZDBTimeZoneNames.getMetaZoneDisplayName
(String mzID, TimeZoneNames.NameType type) TimeZoneNamesImpl.ZNames.getName
(TimeZoneNames.NameType type) (package private) String
TZDBTimeZoneNames.TZDBNames.getName
(TimeZoneNames.NameType type) private static int
TimeZoneNamesImpl.ZNames.getNameTypeIndex
(TimeZoneNames.NameType type) TimeZoneNamesImpl.getTimeZoneDisplayName
(String tzID, TimeZoneNames.NameType type) TZDBTimeZoneNames.getTimeZoneDisplayName
(String tzID, TimeZoneNames.NameType type) Method parameters in com.ibm.icu.impl with type arguments of type TimeZoneNames.NameTypeModifier and TypeMethodDescriptionTimeZoneNamesImpl.find
(CharSequence text, int start, EnumSet<TimeZoneNames.NameType> nameTypes) TZDBTimeZoneNames.find
(CharSequence text, int start, EnumSet<TimeZoneNames.NameType> nameTypes) Constructors in com.ibm.icu.impl with parameters of type TimeZoneNames.NameTypeModifierConstructorDescription(package private)
TZDBNameInfo
(String mzID, TimeZoneNames.NameType type, boolean ambiguousType, String[] parseRegions) Constructor parameters in com.ibm.icu.impl with type arguments of type TimeZoneNames.NameTypeModifierConstructorDescription(package private)
NameSearchHandler
(EnumSet<TimeZoneNames.NameType> nameTypes) (package private)
TZDBNameSearchHandler
(EnumSet<TimeZoneNames.NameType> nameTypes, String region) -
Uses of TimeZoneNames.NameType in com.ibm.icu.text
Fields in com.ibm.icu.text declared as TimeZoneNames.NameTypeModifier and TypeFieldDescriptionprivate TimeZoneNames.NameType
TimeZoneNames.MatchInfo._nameType
Fields in com.ibm.icu.text with type parameters of type TimeZoneNames.NameTypeModifier and TypeFieldDescriptionprivate static final EnumSet
<TimeZoneNames.NameType> TimeZoneFormat.ALL_SIMPLE_NAME_TYPES
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 TypeMethodDescriptionprivate String
TimeZoneFormat.formatSpecific
(TimeZone tz, TimeZoneNames.NameType stdType, TimeZoneNames.NameType dstType, long date, Output<TimeZoneFormat.TimeType> timeType) Private method returning the time zone's specific format string.final 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.TimeZoneNames.DefaultTimeZoneNames.getMetaZoneDisplayName
(String mzID, TimeZoneNames.NameType type) abstract String
TimeZoneNames.getMetaZoneDisplayName
(String mzID, TimeZoneNames.NameType type) Returns the display name of the meta zone.private TimeZoneFormat.TimeType
TimeZoneFormat.getTimeType
(TimeZoneNames.NameType nameType) Returns the time type for the given name typeTimeZoneNames.DefaultTimeZoneNames.getTimeZoneDisplayName
(String tzID, TimeZoneNames.NameType type) 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.DefaultTimeZoneNames.find
(CharSequence text, int start, EnumSet<TimeZoneNames.NameType> nameTypes) TimeZoneNames.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
.