Home | History | Annotate | Download | only in i18n

Lines Matching full:rounding

522     // If it was a currency format, apply the appropriate rounding by
877 debug("Rounding Increment !=");
1410 // Apply rounding after multiplier
3452 * Get the rounding increment.
3453 * @return A positive rounding increment, or 0.0 if rounding
3468 * Set the rounding increment. This method also controls whether
3469 * rounding is enabled.
3470 * @param newValue A positive rounding increment, or 0.0 to disable rounding.
3496 * Get the rounding mode.
3497 * @return A rounding mode
3507 * Set the rounding mode. This has no effect unless the rounding
3509 * @param roundingMode A rounding mode
5261 // locale, and adjust the decimal digits and rounding for the
5270 double rounding = 0.0;
5273 rounding = ucurr_getRoundingIncrement(theCurrency, &ec);
5283 setRoundingIncrement(rounding);
5303 // set the currency after apply pattern to get the correct rounding/fraction