Uses of Class
com.ibm.icu.util.Output
Packages that use Output
-
Uses of Output in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type OutputModifier and TypeMethodDescriptionstatic String
ZoneMeta.getCanonicalCountry
(String tzid, Output<Boolean> isPrimary) Return the canonical country code for this tzid. -
Uses of Output in com.ibm.icu.impl.coll
Methods in com.ibm.icu.impl.coll with parameters of type OutputModifier and TypeMethodDescriptionstatic CollationTailoring
CollationLoader.loadTailoring
(ULocale locale, Output<ULocale> outValidLocale) -
Uses of Output in com.ibm.icu.impl.locale
Methods in com.ibm.icu.impl.locale with parameters of type Output -
Uses of Output in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type OutputModifier and TypeMethodDescriptionTimeZoneFormat.format
(TimeZoneFormat.Style style, TimeZone tz, long date, Output<TimeZoneFormat.TimeType> timeType) Returns the display name of the time zone at the given date for the style.private String
TimeZoneFormat.formatSpecific
(TimeZone tz, TimeZoneNames.NameType stdType, TimeZoneNames.NameType dstType, long date, Output<TimeZoneFormat.TimeType> timeType) Private method returning the time zone's specific format string.PluralRules.getKeywordStatus
(String keyword, int offset, Set<DecimalQuantity> explicits, Output<DecimalQuantity> uniqueValue) Find the status for the keyword, given a certain set of explicit values.PluralRules.getKeywordStatus
(String keyword, int offset, Set<DecimalQuantity> explicits, Output<DecimalQuantity> uniqueValue, PluralRules.SampleType sampleType) Deprecated.This API is ICU internal only.DateIntervalFormat.getPatterns
(Calendar fromCalendar, Calendar toCalendar, Output<String> part2) Deprecated.This API is ICU internal only.private int
SimpleDateFormat.matchDayPeriodString
(String text, int start, String[] data, int dataLength, Output<DayPeriodRules.DayPeriod> dayPeriod) Similar to matchQuarterString but customized for day periods.TimeZoneFormat.parse
(TimeZoneFormat.Style style, String text, ParsePosition pos, Output<TimeZoneFormat.TimeType> timeType) Returns aTimeZone
by parsing the time zone string according to the parse position, the style and the default parse options.TimeZoneFormat.parse
(TimeZoneFormat.Style style, String text, ParsePosition pos, EnumSet<TimeZoneFormat.ParseOption> options, Output<TimeZoneFormat.TimeType> timeType) Returns aTimeZone
by parsing the time zone string according to the parse position, the style and the parse options.private static int
TimeZoneFormat.parseOffsetISO8601
(String text, ParsePosition pos, boolean extendedOnly, Output<Boolean> hasDigitOffset) Returns offset from GMT(UTC) in milliseconds for the given ISO 8601 time zone string (basic format, extended format, or UTC indicator).private int
TimeZoneFormat.parseOffsetLocalizedGMT
(String text, ParsePosition pos, boolean isShort, Output<Boolean> hasDigitOffset) Returns offset from GMT(UTC) in milliseconds for the given localized GMT offset format string.private int
SimpleDateFormat.subParse
(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal, MessageFormat numericLeapMonthFormatter, Output<TimeZoneFormat.TimeType> tzTimeType) Overloading to provide default argument (null) for day period.private int
SimpleDateFormat.subParse
(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal, MessageFormat numericLeapMonthFormatter, Output<TimeZoneFormat.TimeType> tzTimeType, Output<DayPeriodRules.DayPeriod> dayPeriod) Deprecated.This API is ICU internal only.