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

  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
numfmtst.h 303 const DecimalFormat::ERoundingMode *roundingModes,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 53 int[] roundingModes = {
71 // The order of these expected values correspond to the order of roundingModes and the order of values.
80 verifyRounding(format, values, expected, roundingModes, descriptions);
82 // The order of these expected values correspond to the order of roundingModes and the order of values.
91 verifyRounding(format, values, expected, roundingModes, descriptions);
93 // The order of these expected values correspond to the order of roundingModes and the order of values.
102 verifyRounding(format, values, expected, roundingModes, descriptions);
104 // The order of these expected values correspond to the order of roundingModes and the order of values.
113 verifyRounding(format, values, expected, roundingModes, descriptions);
115 // The order of these expected values correspond to the order of roundingModes and the order of values
    [all...]

Completed in 1096 milliseconds