Uses of Class
com.ibm.icu.text.TimeZoneNames.MatchInfo
-
Packages that use TimeZoneNames.MatchInfo Package Description 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.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. 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.
-