Uses of Class
com.ibm.icu.number.IntegerWidth
Packages that use IntegerWidth
-
Uses of IntegerWidth in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as IntegerWidth -
Uses of IntegerWidth in com.ibm.icu.number
Fields in com.ibm.icu.number declared as IntegerWidthModifier and TypeFieldDescription(package private) static final IntegerWidth
IntegerWidth.DEFAULT
Methods in com.ibm.icu.number that return IntegerWidthModifier and TypeMethodDescriptionIntegerWidth.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 IntegerWidthModifier and TypeMethodDescriptionNumberFormatterSettings.integerWidth
(IntegerWidth style) Specifies the minimum and maximum number of digits to render before the decimal mark.