Uses of Class
com.ibm.icu.impl.TimeZoneGenericNames.GenericMatchInfo
-
Packages that use TimeZoneGenericNames.GenericMatchInfo Package Description com.ibm.icu.impl -
-
Uses of TimeZoneGenericNames.GenericMatchInfo in com.ibm.icu.impl
Fields in com.ibm.icu.impl with type parameters of type TimeZoneGenericNames.GenericMatchInfo Modifier and Type Field Description private java.util.Collection<TimeZoneGenericNames.GenericMatchInfo>
TimeZoneGenericNames.GenericNameSearchHandler. _matches
Methods in com.ibm.icu.impl that return TimeZoneGenericNames.GenericMatchInfo Modifier and Type Method Description private TimeZoneGenericNames.GenericMatchInfo
TimeZoneGenericNames. createGenericMatchInfo(TimeZoneNames.MatchInfo matchInfo)
Returns aGenericMatchInfo
for the givenMatchInfo
.TimeZoneGenericNames.GenericMatchInfo
TimeZoneGenericNames. findBestMatch(java.lang.String text, int start, java.util.EnumSet<TimeZoneGenericNames.GenericNameType> genericTypes)
Returns the best match of time zone display name for the specified types in the given text at the given offset.Methods in com.ibm.icu.impl that return types with arguments of type TimeZoneGenericNames.GenericMatchInfo Modifier and Type Method Description java.util.Collection<TimeZoneGenericNames.GenericMatchInfo>
TimeZoneGenericNames. find(java.lang.String text, int start, java.util.EnumSet<TimeZoneGenericNames.GenericNameType> genericTypes)
Returns a collection of time zone display name matches for the specified types in the given text at the given offset.private java.util.Collection<TimeZoneGenericNames.GenericMatchInfo>
TimeZoneGenericNames. findLocal(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<TimeZoneGenericNames.GenericMatchInfo>
TimeZoneGenericNames.GenericNameSearchHandler. getMatches()
Returns the match results
-