Lines Matching defs:roundingTest
1173 roundingTest(df, 12.35, s);
1174 roundingTest(df, 12.45, s);
1176 roundingTest(df, 12.452,s);
1178 roundingTest(df, 12.55, s);
1179 roundingTest(df, 12.65, s);
1181 roundingTest(df, 12.652,s);
1183 roundingTest(df, 12.75, s);
1184 roundingTest(df, 12.752,s);
1185 roundingTest(df, 12.85, s);
1187 roundingTest(df, 12.852,s);
1189 roundingTest(df, 12.95, s);
1190 roundingTest(df, 12.952,s);
1196 void NumberFormatRegressionTest::roundingTest(DecimalFormat *df, double x, UnicodeString& expected)