Uses of Class
com.ibm.icu.text.TimeZoneNames.MatchInfo
Packages that use TimeZoneNames.MatchInfo
-
Uses of TimeZoneNames.MatchInfo in com.ibm.icu.impl
Fields in com.ibm.icu.impl with type parameters of type TimeZoneNames.MatchInfoModifier and TypeFieldDescriptionprivate Collection<TimeZoneNames.MatchInfo> TimeZoneNamesImpl.NameSearchHandler._matchesprivate Collection<TimeZoneNames.MatchInfo> TZDBTimeZoneNames.TZDBNameSearchHandler._matchesMethods in com.ibm.icu.impl that return types with arguments of type TimeZoneNames.MatchInfoModifier and TypeMethodDescriptionprivate Collection<TimeZoneNames.MatchInfo> TimeZoneNamesImpl.doFind(TimeZoneNamesImpl.NameSearchHandler handler, CharSequence text, int start) TimeZoneNamesImpl.find(CharSequence text, int start, EnumSet<TimeZoneNames.NameType> nameTypes) TZDBTimeZoneNames.find(CharSequence text, int start, EnumSet<TimeZoneNames.NameType> nameTypes) private Collection<TimeZoneNames.MatchInfo> TimeZoneGenericNames.findTimeZoneNames(String text, int start, 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.TimeZoneNamesImpl.NameSearchHandler.getMatches()Returns the match resultsTZDBTimeZoneNames.TZDBNameSearchHandler.getMatches()Returns the match resultsMethods in com.ibm.icu.impl with parameters of type TimeZoneNames.MatchInfoModifier and TypeMethodDescriptionTimeZoneGenericNames.createGenericMatchInfo(TimeZoneNames.MatchInfo matchInfo) Returns aGenericMatchInfofor 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.MatchInfoModifier and TypeMethodDescriptionTimeZoneNames.DefaultTimeZoneNames.find(CharSequence text, int start, EnumSet<TimeZoneNames.NameType> nameTypes) 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.