Lines Matching full:rounding
466 // If it was a currency format, apply the appropriate rounding by
801 debug("Rounding Increment !=");
1099 // Apply rounding after multiplier
2646 * Get the rounding increment.
2647 * @return A positive rounding increment, or 0.0 if rounding
2662 * Set the rounding increment. This method also controls whether
2663 * rounding is enabled.
2664 * @param newValue A positive rounding increment, or 0.0 to disable rounding.
2687 * Get the rounding mode.
2688 * @return A rounding mode
2698 * Set the rounding mode. This has no effect unless the rounding
2700 * @param roundingMode A rounding mode
4401 // locale, and adjust the decimal digits and rounding for the
4410 double rounding = 0.0;
4413 rounding = ucurr_getRoundingIncrement(theCurrency, &ec);
4423 setRoundingIncrement(rounding);
4440 // set the currency after apply pattern to get the correct rounding/fraction