Home | History | Annotate | Download | only in intltest

Lines Matching defs:roundingTest

1118     roundingTest(*nf, 0.00159999, 4, "0.0016");
1119 roundingTest(*nf, 0.00995, 4, "0.01");
1121 roundingTest(*nf, 12.3995, 3, "12.4");
1123 roundingTest(*nf, 12.4999, 0, "12");
1124 roundingTest(*nf, - 19.5, 0, "-20");
1230 NumberFormatTest::roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected)