Uses of Class
com.ibm.icu.text.TimeZoneNames.NameType

Packages that use TimeZoneNames.NameType
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.text
 

Methods in com.ibm.icu.text that return TimeZoneNames.NameType
 TimeZoneNames.NameType TimeZoneNames.MatchInfo.nameType()
          Deprecated. This API might change or be removed in a future release.
static TimeZoneNames.NameType TimeZoneNames.NameType.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static TimeZoneNames.NameType[] TimeZoneNames.NameType.values()
          Deprecated. 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
 String TimeZoneNames.getDisplayName(String tzID, TimeZoneNames.NameType type, long date)
          Deprecated. This API might change or be removed in a future release.
abstract  String TimeZoneNames.getMetaZoneDisplayName(String mzID, TimeZoneNames.NameType type)
          Deprecated. This API might change or be removed in a future release.
abstract  String TimeZoneNames.getTimeZoneDisplayName(String tzID, TimeZoneNames.NameType type)
          Deprecated. This API might change or be removed in a future release.
 

Method parameters in com.ibm.icu.text with type arguments of type TimeZoneNames.NameType
 Collection<TimeZoneNames.MatchInfo> TimeZoneNames.find(String text, int start, EnumSet<TimeZoneNames.NameType> types)
          Deprecated. This API might change or be removed in a future release.
 

Constructors in com.ibm.icu.text with parameters of type TimeZoneNames.NameType
TimeZoneNames.MatchInfo(TimeZoneNames.NameType nameType, String tzID, String mzID, int matchLength)
          Deprecated. This API might change or be removed in a future release.
 



Copyright (c) 2011 IBM Corporation and others.