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 LocalizedNumberFormatterMixedUnitLongNameHandler.fIntegerFormatterA localized NumberFormatter used to format the integer-valued bigger units of Mixed Unit measurements.private final LocalizedNumberFormatterLocalizedNumberFormatterAsFormat.formatterMethods 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 LocalizedNumberFormatterNumberFunctionFactory.NumberFunctionImpl.icuFormatterMethods in com.ibm.icu.message2 that return LocalizedNumberFormatterModifier and TypeMethodDescriptionprivate static LocalizedNumberFormatterNumberFunctionFactory.functionForOptions(Locale locale, Map<String, Object> fixedOptions, String kind) (package private) LocalizedNumberFormatterNumberFunctionFactory.NumberFunctionImpl.getIcuFormatter() -
Uses of LocalizedNumberFormatter in com.ibm.icu.number
Subclasses with type arguments of type LocalizedNumberFormatter in com.ibm.icu.numberModifier and TypeClassDescriptionclassA NumberFormatter that has a locale associated with it; this means .format() methods are available.Fields in com.ibm.icu.number declared as LocalizedNumberFormatterModifier and TypeFieldDescription(package private) LocalizedNumberFormatterLocalizedNumberFormatter.savedWithUnitFields in com.ibm.icu.number with type parameters of type LocalizedNumberFormatterModifier and TypeFieldDescription(package private) static final AtomicLongFieldUpdater<LocalizedNumberFormatter> LocalizedNumberFormatter.callCountMethods in com.ibm.icu.number that return LocalizedNumberFormatterModifier and TypeMethodDescription(package private) LocalizedNumberFormatterULocale version of theUnlocalizedNumberFormatter.locale(Locale)setter above.Associate the given locale with the number formatter.static LocalizedNumberFormatterNumberFormatter.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 LocalizedNumberFormatterNumberFormatter.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) LocalizedNumberFormatterDecimalFormat.formatterThe pre-computed formatter object.(package private) LocalizedNumberFormatterMeasureFormat.NumberFormatterCacheEntry.formatterprivate final LocalizedNumberFormatterMeasureFormat.numberFormatterMethods in com.ibm.icu.text that return LocalizedNumberFormatterModifier and TypeMethodDescription(package private) LocalizedNumberFormatterMeasureFormat.getNumberFormatter()(package private) LocalizedNumberFormatterTimeUnitFormat.getNumberFormatter()Deprecated.private LocalizedNumberFormatterMeasureFormat.getUnitFormatterFromCache(int type, MeasureUnit unit, MeasureUnit perUnit) DecimalFormat.toNumberFormatter()Converts this DecimalFormat to a NumberFormatter.