|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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()
Returns the time zone name type. |
static TimeZoneNames.NameType |
TimeZoneNames.NameType.valueOf(String name)
Returns 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.NameType | |
|---|---|
String |
TimeZoneNames.getDisplayName(String tzID,
TimeZoneNames.NameType type,
long date)
Returns the display name of the time zone at the given date. |
abstract String |
TimeZoneNames.getMetaZoneDisplayName(String mzID,
TimeZoneNames.NameType type)
Returns the display name of the meta zone. |
abstract String |
TimeZoneNames.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.NameType | |
|---|---|
Collection<TimeZoneNames.MatchInfo> |
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.NameType | |
|---|---|
TimeZoneNames.MatchInfo(TimeZoneNames.NameType nameType,
String tzID,
String mzID,
int matchLength)
Constructing a MatchInfo. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||