Home | History | Annotate | Download | only in i18n

Lines Matching refs:rounding

469     // If it was a currency format, apply the appropriate rounding by
802 debug("Rounding Increment !=");
1100 // Apply rounding after multiplier
2885 * Get the rounding increment.
2886 * @return A positive rounding increment, or 0.0 if rounding
2901 * Set the rounding increment. This method also controls whether
2902 * rounding is enabled.
2903 * @param newValue A positive rounding increment, or 0.0 to disable rounding.
2926 * Get the rounding mode.
2927 * @return A rounding mode
2937 * Set the rounding mode. This has no effect unless the rounding
2939 * @param roundingMode A rounding mode
4636 // locale, and adjust the decimal digits and rounding for the
4645 double rounding = 0.0;
4648 rounding = ucurr_getRoundingIncrement(theCurrency, &ec);
4658 setRoundingIncrement(rounding);
4675 // set the currency after apply pattern to get the correct rounding/fraction