Uses of Class
com.ibm.icu.number.IntegerWidth
-
Packages that use IntegerWidth Package Description com.ibm.icu.impl.number com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter. -
-
Uses of IntegerWidth in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as IntegerWidth Modifier and Type Field Description IntegerWidth
MacroProps. integerWidth
IntegerWidth
MicroProps. integerWidth
-
Uses of IntegerWidth in com.ibm.icu.number
Fields in com.ibm.icu.number declared as IntegerWidth Modifier and Type Field Description (package private) static IntegerWidth
IntegerWidth. DEFAULT
Methods in com.ibm.icu.number that return IntegerWidth Modifier and Type Method Description IntegerWidth
IntegerWidth. truncateAt(int maxInt)
Truncate numbers exceeding a certain number of numerals before the decimal separator.static IntegerWidth
IntegerWidth. zeroFillTo(int minInt)
Pad numbers at the beginning with zeros to guarantee a certain number of numerals before the decimal separator.Methods in com.ibm.icu.number with parameters of type IntegerWidth Modifier and Type Method Description T
NumberFormatterSettings. integerWidth(IntegerWidth style)
Specifies the minimum and maximum number of digits to render before the decimal mark.
-