Uses of Class
com.ibm.icu.number.LocalizedNumberFormatter
Packages that use LocalizedNumberFormatter
Package
Description
-
Uses of LocalizedNumberFormatter in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as LocalizedNumberFormatterModifier and TypeFieldDescriptionprivate LocalizedNumberFormatter
MixedUnitLongNameHandler.fIntegerFormatter
A localized NumberFormatter used to format the integer-valued bigger units of Mixed Unit measurements.private final LocalizedNumberFormatter
LocalizedNumberFormatterAsFormat.formatter
Methods in com.ibm.icu.impl.number that return LocalizedNumberFormatterModifier and TypeMethodDescriptionLocalizedNumberFormatterAsFormat.getNumberFormatter()
Gets the LocalizedNumberFormatter that this wrapper class uses to format numbers.Constructors in com.ibm.icu.impl.number with parameters of type LocalizedNumberFormatterModifierConstructorDescriptionLocalizedNumberFormatterAsFormat
(LocalizedNumberFormatter formatter, ULocale locale) -
Uses of LocalizedNumberFormatter in com.ibm.icu.message2
Fields in com.ibm.icu.message2 declared as LocalizedNumberFormatterModifier and TypeFieldDescriptionprivate final LocalizedNumberFormatter
NumberFormatterFactory.NumberFormatterImpl.icuFormatter
private LocalizedNumberFormatter
NumberFormatterFactory.PluralSelectorImpl.icuFormatter
Methods in com.ibm.icu.message2 that return LocalizedNumberFormatterModifier and TypeMethodDescriptionprivate static LocalizedNumberFormatter
NumberFormatterFactory.formatterForOptions
(Locale locale, Map<String, Object> fixedOptions, String kind) (package private) LocalizedNumberFormatter
NumberFormatterFactory.NumberFormatterImpl.getIcuFormatter()
-
Uses of LocalizedNumberFormatter in com.ibm.icu.number
Fields in com.ibm.icu.number declared as LocalizedNumberFormatterModifier and TypeFieldDescription(package private) LocalizedNumberFormatter
LocalizedNumberFormatter.savedWithUnit
Fields in com.ibm.icu.number with type parameters of type LocalizedNumberFormatterModifier and TypeFieldDescription(package private) static final AtomicLongFieldUpdater
<LocalizedNumberFormatter> LocalizedNumberFormatter.callCount
Methods in com.ibm.icu.number that return LocalizedNumberFormatterModifier and TypeMethodDescription(package private) LocalizedNumberFormatter
ULocale version of theUnlocalizedNumberFormatter.locale(Locale)
setter above.Associate the given locale with the number formatter.static LocalizedNumberFormatter
NumberFormatter.withLocale
(ULocale locale) Call this method at the beginning of a NumberFormatter fluent chain in which the locale is known at the call site.static LocalizedNumberFormatter
NumberFormatter.withLocale
(Locale locale) Call this method at the beginning of a NumberFormatter fluent chain in which the locale is known at the call site. -
Uses of LocalizedNumberFormatter in com.ibm.icu.text
Fields in com.ibm.icu.text declared as LocalizedNumberFormatterModifier and TypeFieldDescription(package private) LocalizedNumberFormatter
DecimalFormat.formatter
The pre-computed formatter object.(package private) LocalizedNumberFormatter
MeasureFormat.NumberFormatterCacheEntry.formatter
private final LocalizedNumberFormatter
MeasureFormat.numberFormatter
Methods in com.ibm.icu.text that return LocalizedNumberFormatterModifier and TypeMethodDescription(package private) LocalizedNumberFormatter
MeasureFormat.getNumberFormatter()
(package private) LocalizedNumberFormatter
TimeUnitFormat.getNumberFormatter()
Deprecated.private LocalizedNumberFormatter
MeasureFormat.getUnitFormatterFromCache
(int type, MeasureUnit unit, MeasureUnit perUnit) DecimalFormat.toNumberFormatter()
Converts this DecimalFormat to a NumberFormatter.