Uses of Class
com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType
-
Packages that use TimeZoneGenericNames.GenericNameType Package Description com.ibm.icu.impl 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 TimeZoneGenericNames.GenericNameType in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as TimeZoneGenericNames.GenericNameType Modifier and Type Field Description (package private) TimeZoneGenericNames.GenericNameType
TimeZoneGenericNames.GenericMatchInfo. nameType
(package private) TimeZoneGenericNames.GenericNameType
TimeZoneGenericNames.NameInfo. type
Fields in com.ibm.icu.impl with type parameters of type TimeZoneGenericNames.GenericNameType Modifier and Type Field Description private java.util.EnumSet<TimeZoneGenericNames.GenericNameType>
TimeZoneGenericNames.GenericNameSearchHandler. _types
Methods in com.ibm.icu.impl that return TimeZoneGenericNames.GenericNameType Modifier and Type Method Description TimeZoneGenericNames.GenericNameType
TimeZoneGenericNames.GenericMatchInfo. nameType()
static TimeZoneGenericNames.GenericNameType
TimeZoneGenericNames.GenericNameType. valueOf(java.lang.String name)
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.GenericNameType Modifier and Type Method Description private java.lang.String
TimeZoneGenericNames. formatGenericNonLocationName(TimeZone tz, TimeZoneGenericNames.GenericNameType type, long date)
Private method to get a generic string, with fallback logics involved, that is, 1.java.lang.String
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.GenericNameType Modifier and Type Method Description java.util.Collection<TimeZoneGenericNames.GenericMatchInfo>
TimeZoneGenericNames. find(java.lang.String text, int start, java.util.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.GenericMatchInfo
TimeZoneGenericNames. findBestMatch(java.lang.String text, int start, java.util.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.private java.util.Collection<TimeZoneGenericNames.GenericMatchInfo>
TimeZoneGenericNames. findLocal(java.lang.String text, int start, java.util.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 java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneGenericNames. findTimeZoneNames(java.lang.String text, int start, java.util.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.GenericNameType Constructor Description GenericMatchInfo(TimeZoneGenericNames.GenericNameType nameType, java.lang.String tzID, int matchLength)
GenericMatchInfo(TimeZoneGenericNames.GenericNameType nameType, java.lang.String tzID, int matchLength, TimeZoneFormat.TimeType timeType)
NameInfo(java.lang.String tzID, TimeZoneGenericNames.GenericNameType type)
Constructor parameters in com.ibm.icu.impl with type arguments of type TimeZoneGenericNames.GenericNameType Constructor Description GenericNameSearchHandler(java.util.EnumSet<TimeZoneGenericNames.GenericNameType> types)
-
Uses of TimeZoneGenericNames.GenericNameType in com.ibm.icu.text
Fields in com.ibm.icu.text with type parameters of type TimeZoneGenericNames.GenericNameType Modifier and Type Field Description private static java.util.EnumSet<TimeZoneGenericNames.GenericNameType>
TimeZoneFormat. ALL_GENERIC_NAME_TYPES
-