Lines Matching refs:roundingTest
1171 roundingTest(df, 12.35, s);
1172 roundingTest(df, 12.45, s);
1174 roundingTest(df, 12.452,s);
1176 roundingTest(df, 12.55, s);
1177 roundingTest(df, 12.65, s);
1179 roundingTest(df, 12.652,s);
1181 roundingTest(df, 12.75, s);
1182 roundingTest(df, 12.752,s);
1183 roundingTest(df, 12.85, s);
1185 roundingTest(df, 12.852,s);
1187 roundingTest(df, 12.95, s);
1188 roundingTest(df, 12.952,s);
1194 void NumberFormatRegressionTest::roundingTest(DecimalFormat *df, double x, UnicodeString& expected)