Lines Matching full:increment
342 * indicate a rounding increment.
390 increment and/or a rounding mode.
608 * <p>DecimalFormat supports rounding to a specific increment. For
610 * nearest 0.65 is 1.3. The rounding increment may be specified through the API
611 * or in a pattern. To specify a rounding increment in a pattern, include the
612 * increment in the pattern itself. "#,#50" specifies a rounding increment of
613 * 50. "#,##0.05" specifies a rounding increment of 0.05.
615 * <p>In the absense of an explicit rounding increment numbers are
1284 * Get the rounding increment.
1285 * @return A positive rounding increment, or 0.0 if a rounding
1286 * increment is not in effect.
1295 * Set the rounding increment. In the absence of a rounding increment,
1297 * @param newValue A positive rounding increment.
2145 DigitList* fRoundingIncrement; // NULL if no rounding increment specified.