Uses of Class
com.ibm.icu.impl.TimeZoneGenericNames
-
Packages that use TimeZoneGenericNames 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 in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return TimeZoneGenericNames Modifier and Type Method Description TimeZoneGenericNames
TimeZoneGenericNames. cloneAsThawed()
Provides for the clone operation.protected TimeZoneGenericNames
TimeZoneGenericNames.Cache. createInstance(java.lang.String key, ULocale data)
TimeZoneGenericNames
TimeZoneGenericNames. freeze()
Freezes the object.static TimeZoneGenericNames
TimeZoneGenericNames. getInstance(ULocale locale)
The factory method ofTimeZoneGenericNames
.TimeZoneGenericNames
TimeZoneGenericNames. setFormatPattern(TimeZoneGenericNames.Pattern patType, java.lang.String patStr)
Sets the pattern string for the pattern type. -
Uses of TimeZoneGenericNames in com.ibm.icu.text
Fields in com.ibm.icu.text declared as TimeZoneGenericNames Modifier and Type Field Description private TimeZoneGenericNames
TimeZoneFormat. _gnames
Methods in com.ibm.icu.text that return TimeZoneGenericNames Modifier and Type Method Description private TimeZoneGenericNames
TimeZoneFormat. getTimeZoneGenericNames()
Private method returning the instance of TimeZoneGenericNames used by this object.
-