Lines Matching refs:roundingTest
1185 roundingTest(&df, 12.35, s);
1186 roundingTest(&df, 12.45, s);
1188 roundingTest(&df, 12.452,s);
1190 roundingTest(&df, 12.55, s);
1191 roundingTest(&df, 12.65, s);
1193 roundingTest(&df, 12.652,s);
1195 roundingTest(&df, 12.75, s);
1196 roundingTest(&df, 12.752,s);
1197 roundingTest(&df, 12.85, s);
1199 roundingTest(&df, 12.852,s);
1201 roundingTest(&df, 12.95, s);
1202 roundingTest(&df, 12.952,s);
1206 void NumberFormatRegressionTest::roundingTest(DecimalFormat *df, double x, UnicodeString& expected)