Uses of Class
com.ibm.icu.number.UnlocalizedNumberFormatter
-
Packages that use UnlocalizedNumberFormatter Package Description com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter. -
-
Uses of UnlocalizedNumberFormatter in com.ibm.icu.number
Methods in com.ibm.icu.number that return UnlocalizedNumberFormatter Modifier and Type Method Description static UnlocalizedNumberFormatter
NumberFormatter. forSkeleton(java.lang.String skeleton)
Call this method at the beginning of a NumberFormatter fluent chain to create an instance based on a given number skeleton string.static UnlocalizedNumberFormatter
NumberFormatter. fromDecimalFormat(com.ibm.icu.impl.number.DecimalFormatProperties properties, DecimalFormatSymbols symbols, com.ibm.icu.impl.number.DecimalFormatProperties exportedProperties)
Deprecated.ICU 60 This API is ICU internal only.static UnlocalizedNumberFormatter
NumberFormatter. with()
Call this method at the beginning of a NumberFormatter fluent chain in which the locale is not currently known at the call site.Methods in com.ibm.icu.number with parameters of type UnlocalizedNumberFormatter Modifier and Type Method Description T
NumberRangeFormatterSettings. numberFormatterBoth(UnlocalizedNumberFormatter formatter)
Sets the NumberFormatter instance to use for the numbers in the range.T
NumberRangeFormatterSettings. numberFormatterFirst(UnlocalizedNumberFormatter formatterFirst)
Sets the NumberFormatter instance to use for the first number in the range.T
NumberRangeFormatterSettings. numberFormatterSecond(UnlocalizedNumberFormatter formatterSecond)
Sets the NumberFormatter instances to use for the second number in the range.
-