Uses of Enum
com.ibm.icu.impl.TimeZoneGenericNames.Pattern
Packages that use TimeZoneGenericNames.Pattern
-
Uses of TimeZoneGenericNames.Pattern in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return TimeZoneGenericNames.PatternModifier and TypeMethodDescriptionstatic TimeZoneGenericNames.Pattern
Returns the enum constant of this type with the specified name.static TimeZoneGenericNames.Pattern[]
TimeZoneGenericNames.Pattern.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.PatternModifier and TypeMethodDescriptionprivate String
TimeZoneGenericNames.formatPattern
(TimeZoneGenericNames.Pattern pat, String... args) Private simple pattern formatter used for formatting generic location names and partial location names.TimeZoneGenericNames.setFormatPattern
(TimeZoneGenericNames.Pattern patType, String patStr) Sets the pattern string for the pattern type.