Uses of Class
com.ibm.icu.util.Output
-
Packages that use Output Package Description com.ibm.icu.impl com.ibm.icu.impl.coll com.ibm.icu.impl.locale 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 Output in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type Output Modifier and Type Method Description static java.lang.String
ZoneMeta. getCanonicalCountry(java.lang.String tzid, Output<java.lang.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 Output Modifier and Type Method Description static 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 Modifier and Type Method Description static java.lang.String
KeyTypeData. toBcpType(java.lang.String key, java.lang.String type, Output<java.lang.Boolean> isKnownKey, Output<java.lang.Boolean> isSpecialType)
static java.lang.String
KeyTypeData. toLegacyType(java.lang.String key, java.lang.String type, Output<java.lang.Boolean> isKnownKey, Output<java.lang.Boolean> isSpecialType)
-
Uses of Output in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type Output Modifier and Type Method Description java.lang.String
TimeZoneFormat. 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 java.lang.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.KeywordStatus
PluralRules. getKeywordStatus(java.lang.String keyword, int offset, java.util.Set<DecimalQuantity> explicits, Output<DecimalQuantity> uniqueValue)
Find the status for the keyword, given a certain set of explicit values.PluralRules.KeywordStatus
PluralRules. getKeywordStatus(java.lang.String keyword, int offset, java.util.Set<DecimalQuantity> explicits, Output<DecimalQuantity> uniqueValue, PluralRules.SampleType sampleType)
Deprecated.This API is ICU internal only.java.lang.String
DateIntervalFormat. getPatterns(Calendar fromCalendar, Calendar toCalendar, Output<java.lang.String> part2)
Deprecated.This API is ICU internal only.private int
SimpleDateFormat. matchDayPeriodString(java.lang.String text, int start, java.lang.String[] data, int dataLength, Output<DayPeriodRules.DayPeriod> dayPeriod)
Similar to matchQuarterString but customized for day periods.TimeZone
TimeZoneFormat. parse(TimeZoneFormat.Style style, java.lang.String text, java.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.TimeZone
TimeZoneFormat. parse(TimeZoneFormat.Style style, java.lang.String text, java.text.ParsePosition pos, java.util.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(java.lang.String text, java.text.ParsePosition pos, boolean extendedOnly, Output<java.lang.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(java.lang.String text, java.text.ParsePosition pos, boolean isShort, Output<java.lang.Boolean> hasDigitOffset)
Returns offset from GMT(UTC) in milliseconds for the given localized GMT offset format string.private int
SimpleDateFormat. subParse(java.lang.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(java.lang.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.
-