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.NameTypeTimeZoneNamesImpl.NameInfo.type(package private) final TimeZoneNames.NameTypeTZDBTimeZoneNames.TZDBNameInfo.typeFields in com.ibm.icu.impl with type parameters of type TimeZoneNames.NameTypeModifier and TypeFieldDescriptionprivate EnumSet<TimeZoneNames.NameType> TimeZoneNamesImpl.NameSearchHandler._nameTypesprivate EnumSet<TimeZoneNames.NameType> TZDBTimeZoneNames.TZDBNameSearchHandler._nameTypesMethods in com.ibm.icu.impl that return TimeZoneNames.NameTypeModifier and TypeMethodDescriptionprivate static TimeZoneNames.NameTypeTimeZoneNamesImpl.ZNames.getNameType(int index) Methods in com.ibm.icu.impl with parameters of type TimeZoneNames.NameTypeModifier and TypeMethodDescriptionvoidTimeZoneNamesImpl.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) StringTZDBTimeZoneNames.TZDBNames.getName(TimeZoneNames.NameType type) private static intTimeZoneNamesImpl.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
Subclasses with type arguments of type TimeZoneNames.NameType in com.ibm.icu.textFields in com.ibm.icu.text declared as TimeZoneNames.NameTypeModifier and TypeFieldDescriptionprivate TimeZoneNames.NameTypeTimeZoneNames.MatchInfo._nameTypeFields in com.ibm.icu.text with type parameters of type TimeZoneNames.NameTypeModifier and TypeFieldDescriptionprivate static final EnumSet<TimeZoneNames.NameType> TimeZoneFormat.ALL_SIMPLE_NAME_TYPESMethods in com.ibm.icu.text that return TimeZoneNames.NameTypeModifier and TypeMethodDescriptionTimeZoneNames.MatchInfo.nameType()Returns the time zone name type.static TimeZoneNames.NameTypeReturns 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 StringTimeZoneFormat.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 StringTimeZoneNames.getDisplayName(String tzID, TimeZoneNames.NameType type, long date) Returns the display name of the time zone at the given date.voidTimeZoneNames.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 StringTimeZoneNames.getMetaZoneDisplayName(String mzID, TimeZoneNames.NameType type) Returns the display name of the meta zone.private TimeZoneFormat.TimeTypeTimeZoneFormat.getTimeType(TimeZoneNames.NameType nameType) Returns the time type for the given name typeTimeZoneNames.DefaultTimeZoneNames.getTimeZoneDisplayName(String tzID, TimeZoneNames.NameType type) abstract StringTimeZoneNames.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.