Home
last modified time | relevance | path

Searched refs:roundToNickel (Results 1 – 15 of 15) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity.java81 public void roundToNickel(int magnitude, MathContext mathContext); in roundToNickel() method
DDecimalQuantity_AbstractBCD.java751 public void roundToNickel(int magnitude, MathContext mathContext) { in roundToNickel() method in DecimalQuantity_AbstractBCD
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity.java79 public void roundToNickel(int magnitude, MathContext mathContext); in roundToNickel() method
DDecimalQuantity_AbstractBCD.java749 public void roundToNickel(int magnitude, MathContext mathContext) { in roundToNickel() method in DecimalQuantity_AbstractBCD
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h100 void roundToNickel(int32_t magnitude, RoundingMode roundingMode, UErrorCode& status);
Dnumber_rounding.cpp457 value.roundToNickel( in apply()
Dnumber_decimalquantity.cpp657 void DecimalQuantity::roundToNickel(int32_t magnitude, RoundingMode roundingMode, UErrorCode& statu… in roundToNickel() function in DecimalQuantity
/external/icu/libicu/cts_headers/
Dnumber_decimalquantity.h100 void roundToNickel(int32_t magnitude, RoundingMode roundingMode, UErrorCode& status);
/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp460 dq.roundToNickel(cas.magnitude, cas.roundingMode, status); in testNickelRounding()
468 dq.roundToNickel(-1, UNUM_ROUND_UNNECESSARY, status); in testNickelRounding()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DDecimalQuantityTest.java600 dq.roundToNickel(magnitude, RoundingUtils.mathContextUnlimited(roundingMode)); in testNickelRounding()
607 dq.roundToNickel(-1, RoundingUtils.mathContextUnlimited(RoundingMode.UNNECESSARY)); in testNickelRounding()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DPrecision.java787 value.roundToNickel(-maxFrac, mathContext); in apply()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DPrecision.java776 value.roundToNickel(-maxFrac, mathContext); in apply()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java597 dq.roundToNickel(magnitude, RoundingUtils.mathContextUnlimited(roundingMode)); in testNickelRounding()
604 dq.roundToNickel(-1, RoundingUtils.mathContextUnlimited(RoundingMode.UNNECESSARY)); in testNickelRounding()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java379 public void roundToNickel(int roundingMagnitude, MathContext mathContext) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java376 public void roundToNickel(int roundingMagnitude, MathContext mathContext) {