HomeSort by relevance Sort by last modified time
    Searched refs:roundingModes (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/intltest/
numfmtst.h 331 const DecimalFormat::ERoundingMode *roundingModes,
numfmtst.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java 459 int[] roundingModes = {
477 // The order of these expected values correspond to the order of roundingModes and the order of values.
486 verifyRounding(format, values, expected, roundingModes, descriptions);
488 // The order of these expected values correspond to the order of roundingModes and the order of values.
497 verifyRounding(format, values, expected, roundingModes, descriptions);
499 // The order of these expected values correspond to the order of roundingModes and the order of values.
508 verifyRounding(format, values, expected, roundingModes, descriptions);
510 // The order of these expected values correspond to the order of roundingModes and the order of values.
519 verifyRounding(format, values, expected, roundingModes, descriptions);
521 // The order of these expected values correspond to the order of roundingModes and the order of values
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 455 int[] roundingModes = {
473 // The order of these expected values correspond to the order of roundingModes and the order of values.
482 verifyRounding(format, values, expected, roundingModes, descriptions);
484 // The order of these expected values correspond to the order of roundingModes and the order of values.
493 verifyRounding(format, values, expected, roundingModes, descriptions);
495 // The order of these expected values correspond to the order of roundingModes and the order of values.
504 verifyRounding(format, values, expected, roundingModes, descriptions);
506 // The order of these expected values correspond to the order of roundingModes and the order of values.
515 verifyRounding(format, values, expected, roundingModes, descriptions);
517 // The order of these expected values correspond to the order of roundingModes and the order of values
    [all...]

Completed in 50 milliseconds