Home | History | Annotate | Download | only in number

Lines Matching defs:decimal

144      * <li>Round to 3 decimal places: "3.142"
209 * Specifies the minimum and maximum number of digits to render before the decimal mark.
237 * Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use when rendering
374 * Sets the decimal separator display strategy. This affects integer numbers with no fraction part. Most common
386 * NumberFormatter.with().decimal(DecimalSeparatorDisplay.ALWAYS)
390 * The default is AUTO decimal separator display.
393 * The decimal separator display strategy to use when rendering numbers.
398 public T decimal(DecimalSeparatorDisplay style) {
504 if (macros.decimal == null) {
505 macros.decimal = (DecimalSeparatorDisplay) current.value;