Lines Matching defs:roundingTest
1180 roundingTest(df, 12.35, s);
1181 roundingTest(df, 12.45, s);
1183 roundingTest(df, 12.452,s);
1185 roundingTest(df, 12.55, s);
1186 roundingTest(df, 12.65, s);
1188 roundingTest(df, 12.652,s);
1190 roundingTest(df, 12.75, s);
1191 roundingTest(df, 12.752,s);
1192 roundingTest(df, 12.85, s);
1194 roundingTest(df, 12.852,s);
1196 roundingTest(df, 12.95, s);
1197 roundingTest(df, 12.952,s);
1203 void NumberFormatRegressionTest::roundingTest(DecimalFormat *df, double x, UnicodeString& expected)