Home | History | Annotate | Download | only in text

Lines Matching defs:roundingIncrement

5484         if (roundingIncrement != null) {
5485 setInternalRoundingIncrement(new BigDecimal(roundingIncrement));
5492 roundingIncrement = value == null ? null : value.toBigDecimal();
5702 private java.math.BigDecimal roundingIncrement = null;
5709 * the roundingIncrement value is the one serialized.
5796 * padPosition, exponentSignAlwaysShown, roundingIncrement.
6064 // The original design intended to skip rounding operation when roundingIncrement is not
6069 // forces non-null roundingIncrement if the setting is other than ROUND_HALF_EVEN, otherwise,