Searched refs:roundingModes (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.h | 427 const DecimalFormat::ERoundingMode *roundingModes,
|
H A D | numfmtst.cpp | 7887 DecimalFormat::ERoundingMode roundingModes[] = { in TestRoundingScientific10542() local 7906 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 7919 roundingModes, in TestRoundingScientific10542() 7922 UPRV_LENGTHOF(roundingModes)); in TestRoundingScientific10542() 7926 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 7939 roundingModes, in TestRoundingScientific10542() 7942 UPRV_LENGTHOF(roundingModes)); in TestRoundingScientific10542() 7947 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 7960 roundingModes, in TestRoundingScientific10542() 7963 UPRV_LENGTHOF(roundingModes)); in TestRoundingScientific10542() 8060 verifyRounding( DecimalFormat& format, const double *values, const char * const *expected, const DecimalFormat::ERoundingMode *roundingModes, const char * const *descriptions, int32_t valueSize, int32_t roundingModeSize) verifyRounding() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 82 int[] roundingModes = { in TestRoundingScientific10542() 100 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 109 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 111 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 120 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 122 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 131 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 133 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 142 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 144 // The order of these expected values correspond to the order of roundingModes an in TestRoundingScientific10542() 178 verifyRounding(DecimalFormat format, double[] values, String[][] expected, int[] roundingModes, String[] descriptions) verifyRounding() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 79 int[] roundingModes = { in TestRoundingScientific10542() 97 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 106 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 108 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 117 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 119 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 128 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 130 // The order of these expected values correspond to the order of roundingModes and the order of values. in TestRoundingScientific10542() 139 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 141 // The order of these expected values correspond to the order of roundingModes an in TestRoundingScientific10542() 175 verifyRounding(DecimalFormat format, double[] values, String[][] expected, int[] roundingModes, String[] descriptions) verifyRounding() argument [all...] |
Completed in 16 milliseconds