Uses of Enum
com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType
Packages that use TimeZoneGenericNames.GenericNameType
-
Uses of TimeZoneGenericNames.GenericNameType in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as TimeZoneGenericNames.GenericNameTypeModifier and TypeFieldDescription(package private) final TimeZoneGenericNames.GenericNameType
TimeZoneGenericNames.GenericMatchInfo.nameType
(package private) final TimeZoneGenericNames.GenericNameType
TimeZoneGenericNames.NameInfo.type
Fields in com.ibm.icu.impl with type parameters of type TimeZoneGenericNames.GenericNameTypeMethods in com.ibm.icu.impl that return TimeZoneGenericNames.GenericNameTypeModifier and TypeMethodDescriptionTimeZoneGenericNames.GenericMatchInfo.nameType()
Returns the enum constant of this type with the specified name.static TimeZoneGenericNames.GenericNameType[]
TimeZoneGenericNames.GenericNameType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl with parameters of type TimeZoneGenericNames.GenericNameTypeModifier and TypeMethodDescriptionprivate String
TimeZoneGenericNames.formatGenericNonLocationName
(TimeZone tz, TimeZoneGenericNames.GenericNameType type, long date) Private method to get a generic string, with fallback logics involved, that is, 1.TimeZoneGenericNames.getDisplayName
(TimeZone tz, TimeZoneGenericNames.GenericNameType type, long date) Returns the display name of the time zone for the given name type at the given date, or null if the display name is not available.boolean
TimeZoneGenericNames.GenericNameType.isFallbackTypeOf
(TimeZoneGenericNames.GenericNameType type) Method parameters in com.ibm.icu.impl with type arguments of type TimeZoneGenericNames.GenericNameTypeModifier and TypeMethodDescriptionTimeZoneGenericNames.find
(String text, int start, EnumSet<TimeZoneGenericNames.GenericNameType> genericTypes) Returns a collection of time zone display name matches for the specified types in the given text at the given offset.TimeZoneGenericNames.findBestMatch
(String text, int start, EnumSet<TimeZoneGenericNames.GenericNameType> genericTypes) Returns the best match of time zone display name for the specified types in the given text at the given offset.TimeZoneGenericNames.findLocal
(String text, int start, EnumSet<TimeZoneGenericNames.GenericNameType> types) Returns a collection of time zone display name matches for the specified types in the given text at the given offset.private Collection
<TimeZoneNames.MatchInfo> TimeZoneGenericNames.findTimeZoneNames
(String text, int start, EnumSet<TimeZoneGenericNames.GenericNameType> types) Returns a collection of time zone display name matches for the specified types in the given text at the given offset.Constructors in com.ibm.icu.impl with parameters of type TimeZoneGenericNames.GenericNameTypeModifierConstructorDescriptionprivate
GenericMatchInfo
(TimeZoneGenericNames.GenericNameType nameType, String tzID, int matchLength) private
GenericMatchInfo
(TimeZoneGenericNames.GenericNameType nameType, String tzID, int matchLength, TimeZoneFormat.TimeType timeType) (package private)
NameInfo
(String tzID, TimeZoneGenericNames.GenericNameType type) Constructor parameters in com.ibm.icu.impl with type arguments of type TimeZoneGenericNames.GenericNameTypeModifierConstructorDescription(package private)
-
Uses of TimeZoneGenericNames.GenericNameType in com.ibm.icu.text
Fields in com.ibm.icu.text with type parameters of type TimeZoneGenericNames.GenericNameTypeModifier and TypeFieldDescriptionprivate static final EnumSet
<TimeZoneGenericNames.GenericNameType> TimeZoneFormat.ALL_GENERIC_NAME_TYPES