Uses of Class
com.ibm.icu.text.TimeZoneNames.MatchInfo
-
Packages that use TimeZoneNames.MatchInfo 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 TimeZoneNames.MatchInfo in com.ibm.icu.impl
Fields in com.ibm.icu.impl with type parameters of type TimeZoneNames.MatchInfo Modifier and Type Field Description private java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneNamesImpl.NameSearchHandler. _matches
private java.util.Collection<TimeZoneNames.MatchInfo>
TZDBTimeZoneNames.TZDBNameSearchHandler. _matches
Methods in com.ibm.icu.impl that return types with arguments of type TimeZoneNames.MatchInfo Modifier and Type Method Description private java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneNamesImpl. doFind(TimeZoneNamesImpl.NameSearchHandler handler, java.lang.CharSequence text, int start)
java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneNamesImpl. find(java.lang.CharSequence text, int start, java.util.EnumSet<TimeZoneNames.NameType> nameTypes)
java.util.Collection<TimeZoneNames.MatchInfo>
TZDBTimeZoneNames. find(java.lang.CharSequence text, int start, java.util.EnumSet<TimeZoneNames.NameType> nameTypes)
private java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneGenericNames. findTimeZoneNames(java.lang.String text, int start, java.util.EnumSet<TimeZoneGenericNames.GenericNameType> types)
Returns a collection of time zone display name matches for the specified types in the given text at the given offset.java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneNamesImpl.NameSearchHandler. getMatches()
Returns the match resultsjava.util.Collection<TimeZoneNames.MatchInfo>
TZDBTimeZoneNames.TZDBNameSearchHandler. getMatches()
Returns the match resultsMethods in com.ibm.icu.impl with parameters of type TimeZoneNames.MatchInfo Modifier and Type Method Description private TimeZoneGenericNames.GenericMatchInfo
TimeZoneGenericNames. createGenericMatchInfo(TimeZoneNames.MatchInfo matchInfo)
Returns aGenericMatchInfo
for the givenMatchInfo
. -
Uses of TimeZoneNames.MatchInfo in com.ibm.icu.text
Methods in com.ibm.icu.text that return types with arguments of type TimeZoneNames.MatchInfo Modifier and Type Method Description java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneNames.DefaultTimeZoneNames. find(java.lang.CharSequence text, int start, java.util.EnumSet<TimeZoneNames.NameType> nameTypes)
java.util.Collection<TimeZoneNames.MatchInfo>
TimeZoneNames. find(java.lang.CharSequence text, int start, java.util.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.
-