Home | History | Annotate | Download | only in number

Lines Matching defs:decimal

145      * <li>Round to 3 decimal places: "3.142"
211 * Specifies the minimum and maximum number of digits to render before the decimal mark.
240 * Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use when rendering
381 * Sets the decimal separator display strategy. This affects integer numbers with no fraction part. Most common
393 * NumberFormatter.with().decimal(DecimalSeparatorDisplay.ALWAYS)
397 * The default is AUTO decimal separator display.
400 * The decimal separator display strategy to use when rendering numbers.
406 public T decimal(DecimalSeparatorDisplay style) {
512 if (macros.decimal == null) {
513 macros.decimal = (DecimalSeparatorDisplay) current.value;