Uses of Class
com.ibm.icu.impl.TimeZoneGenericNames.Pattern
-
Packages that use TimeZoneGenericNames.Pattern Package Description com.ibm.icu.impl -
-
Uses of TimeZoneGenericNames.Pattern in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return TimeZoneGenericNames.Pattern Modifier and Type Method Description static TimeZoneGenericNames.Pattern
TimeZoneGenericNames.Pattern. valueOf(java.lang.String name)
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.Pattern Modifier and Type Method Description private java.lang.String
TimeZoneGenericNames. formatPattern(TimeZoneGenericNames.Pattern pat, java.lang.String... args)
Private simple pattern formatter used for formatting generic location names and partial location names.TimeZoneGenericNames
TimeZoneGenericNames. setFormatPattern(TimeZoneGenericNames.Pattern patType, java.lang.String patStr)
Sets the pattern string for the pattern type.
-