Uses of Class
com.ibm.icu.text.TimeZoneNames.NameType
-
Packages that use TimeZoneNames.NameType 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 TimeZoneNames.NameType in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as TimeZoneNames.NameType Modifier and Type Field Description private static TimeZoneNames.NameType[]
TimeZoneGenericNames. GENERIC_NON_LOCATION_TYPES
(package private) TimeZoneNames.NameType
TimeZoneNamesImpl.NameInfo. type
(package private) TimeZoneNames.NameType
TZDBTimeZoneNames.TZDBNameInfo. type
Fields in com.ibm.icu.impl with type parameters of type TimeZoneNames.NameType Modifier and Type Field Description private java.util.EnumSet<TimeZoneNames.NameType>
TimeZoneNamesImpl.NameSearchHandler. _nameTypes
private java.util.EnumSet<TimeZoneNames.NameType>
TZDBTimeZoneNames.TZDBNameSearchHandler. _nameTypes
Methods in com.ibm.icu.impl that return TimeZoneNames.NameType Modifier and Type Method Description private static TimeZoneNames.NameType
TimeZoneNamesImpl.ZNames. getNameType(int index)
Methods in com.ibm.icu.impl with parameters of type TimeZoneNames.NameType Modifier and Type Method Description void
TimeZoneNamesImpl. getDisplayNames(java.lang.String tzID, TimeZoneNames.NameType[] types, long date, java.lang.String[] dest, int destOffset)
java.lang.String
TimeZoneNamesImpl. getMetaZoneDisplayName(java.lang.String mzID, TimeZoneNames.NameType type)
java.lang.String
TZDBTimeZoneNames. getMetaZoneDisplayName(java.lang.String mzID, TimeZoneNames.NameType type)
java.lang.String
TimeZoneNamesImpl.ZNames. getName(TimeZoneNames.NameType type)
(package private) java.lang.String
TZDBTimeZoneNames.TZDBNames. getName(TimeZoneNames.NameType type)
private static int
TimeZoneNamesImpl.ZNames. getNameTypeIndex(TimeZoneNames.NameType type)
java.lang.String
TimeZoneNamesImpl. getTimeZoneDisplayName(java.lang.String tzID, TimeZoneNames.NameType type)
java.lang.String
TZDBTimeZoneNames. getTimeZoneDisplayName(java.lang.String tzID, TimeZoneNames.NameType type)
Method parameters in com.ibm.icu.impl with type arguments of type TimeZoneNames.NameType Modifier and Type Method Description java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneNamesImpl. find(java.lang.CharSequence text, int start, java.util.EnumSet<TimeZoneNames.NameType> nameTypes)
java.util.Collection<TimeZoneNames.MatchInfo>
TZDBTimeZoneNames. find(java.lang.CharSequence text, int start, java.util.EnumSet<TimeZoneNames.NameType> nameTypes)
Constructors in com.ibm.icu.impl with parameters of type TimeZoneNames.NameType Constructor Description TZDBNameInfo(java.lang.String mzID, TimeZoneNames.NameType type, boolean ambiguousType, java.lang.String[] parseRegions)
Constructor parameters in com.ibm.icu.impl with type arguments of type TimeZoneNames.NameType Constructor Description NameSearchHandler(java.util.EnumSet<TimeZoneNames.NameType> nameTypes)
TZDBNameSearchHandler(java.util.EnumSet<TimeZoneNames.NameType> nameTypes, java.lang.String region)
-
Uses of TimeZoneNames.NameType in com.ibm.icu.text
Fields in com.ibm.icu.text declared as TimeZoneNames.NameType Modifier and Type Field Description private TimeZoneNames.NameType
TimeZoneNames.MatchInfo. _nameType
Fields in com.ibm.icu.text with type parameters of type TimeZoneNames.NameType Modifier and Type Field Description private static java.util.EnumSet<TimeZoneNames.NameType>
TimeZoneFormat. ALL_SIMPLE_NAME_TYPES
Methods in com.ibm.icu.text that return TimeZoneNames.NameType Modifier and Type Method Description TimeZoneNames.NameType
TimeZoneNames.MatchInfo. nameType()
Returns the time zone name type.static TimeZoneNames.NameType
TimeZoneNames.NameType. valueOf(java.lang.String name)
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.NameType Modifier and Type Method Description private java.lang.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.java.lang.String
TimeZoneNames. getDisplayName(java.lang.String tzID, TimeZoneNames.NameType type, long date)
Returns the display name of the time zone at the given date.void
TimeZoneNames. getDisplayNames(java.lang.String tzID, TimeZoneNames.NameType[] types, long date, java.lang.String[] dest, int destOffset)
Deprecated.This API is ICU internal only.java.lang.String
TimeZoneNames.DefaultTimeZoneNames. getMetaZoneDisplayName(java.lang.String mzID, TimeZoneNames.NameType type)
abstract java.lang.String
TimeZoneNames. getMetaZoneDisplayName(java.lang.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 typejava.lang.String
TimeZoneNames.DefaultTimeZoneNames. getTimeZoneDisplayName(java.lang.String tzID, TimeZoneNames.NameType type)
abstract java.lang.String
TimeZoneNames. getTimeZoneDisplayName(java.lang.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.NameType Modifier and Type Method Description java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneNames.DefaultTimeZoneNames. find(java.lang.CharSequence text, int start, java.util.EnumSet<TimeZoneNames.NameType> nameTypes)
java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneNames. find(java.lang.CharSequence text, int start, java.util.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.NameType Constructor Description MatchInfo(TimeZoneNames.NameType nameType, java.lang.String tzID, java.lang.String mzID, int matchLength)
Constructing aMatchInfo
.
-