Lines Matching defs:roundingTest
1167 roundingTest(df, 12.35, s);
1168 roundingTest(df, 12.45, s);
1170 roundingTest(df, 12.452,s);
1172 roundingTest(df, 12.55, s);
1173 roundingTest(df, 12.65, s);
1175 roundingTest(df, 12.652,s);
1177 roundingTest(df, 12.75, s);
1178 roundingTest(df, 12.752,s);
1179 roundingTest(df, 12.85, s);
1181 roundingTest(df, 12.852,s);
1183 roundingTest(df, 12.95, s);
1184 roundingTest(df, 12.952,s);
1190 void NumberFormatRegressionTest::roundingTest(DecimalFormat *df, double x, UnicodeString& expected)