Uses of Class
com.ibm.icu.text.MessageFormat
-
Packages that use MessageFormat Package Description com.ibm.icu.dev.util com.ibm.icu.impl 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 MessageFormat in com.ibm.icu.dev.util
Fields in com.ibm.icu.dev.util declared as MessageFormat Modifier and Type Field Description private MessageFormat
ElapsedTimer. myMsgFormat
Constructors in com.ibm.icu.dev.util with parameters of type MessageFormat Constructor Description ElapsedTimer(MessageFormat aMsgFmt)
ElapsedTimer(MessageFormat aMsgFmt, NumberFormat aNumFmt)
-
Uses of MessageFormat in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as MessageFormat Modifier and Type Field Description private MessageFormat
RelativeDateFormat. fCombinedFormat
Methods in com.ibm.icu.impl that return MessageFormat Modifier and Type Method Description private MessageFormat
RelativeDateFormat. initializeCombinedFormat(Calendar cal, ULocale locale)
-
Uses of MessageFormat in com.ibm.icu.text
Fields in com.ibm.icu.text declared as MessageFormat Modifier and Type Field Description private MessageFormat
MessageFormat.PluralSelectorProvider. msgFormat
Methods in com.ibm.icu.text with parameters of type MessageFormat Modifier and Type Method Description 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.Constructors in com.ibm.icu.text with parameters of type MessageFormat Constructor Description PluralSelectorProvider(MessageFormat mf, PluralRules.PluralType type)
-