Searched refs:roundingTest (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnmdptst.h53 static void roundingTest(UNumberFormat*, double, int32_t, const char*);
H A Dcnmdptst.c623 roundingTest(nnf, 0.00159999, 4, "0.0016");
624 roundingTest(nnf, 0.00995, 4, "0.01");
626 roundingTest(nnf, 12.3995, 3, "12.4");
628 roundingTest(nnf, 12.4999, 0, "12");
629 roundingTest(nnf, - 19.5, 0, "-20");
637 static void roundingTest(UNumberFormat* nf, double x, int32_t maxFractionDigits, const char* expected) function
/external/icu4c/test/cintltst/
H A Dcnmdptst.h53 static void roundingTest(UNumberFormat*, double, int32_t, const char*);
H A Dcnmdptst.c623 roundingTest(nnf, 0.00159999, 4, "0.0016");
624 roundingTest(nnf, 0.00995, 4, "0.01");
626 roundingTest(nnf, 12.3995, 3, "12.4");
628 roundingTest(nnf, 12.4999, 0, "12");
629 roundingTest(nnf, - 19.5, 0, "-20");
637 static void roundingTest(UNumberFormat* nf, double x, int32_t maxFractionDigits, const char* expected) function
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumrgts.h54 void roundingTest(DecimalFormat *df, double x, UnicodeString& expected);
H A Dnumrgts.cpp1167 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(d
1190 void NumberFormatRegressionTest::roundingTest(DecimalFormat *df, double x, UnicodeString& expected) function in class:NumberFormatRegressionTest
[all...]
H A Dnumfmtst.h243 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);
H A Dnumfmtst.cpp862 roundingTest(*nf, 0.00159999, 4, "0.0016");
863 roundingTest(*nf, 0.00995, 4, "0.01");
865 roundingTest(*nf, 12.3995, 3, "12.4");
867 roundingTest(*nf, 12.4999, 0, "12");
868 roundingTest(*nf, - 19.5, 0, "-20");
974 NumberFormatTest::roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected) function in class:NumberFormatTest
/external/icu4c/test/intltest/
H A Dnumrgts.h54 void roundingTest(DecimalFormat *df, double x, UnicodeString& expected);
H A Dnumrgts.cpp1171 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(d
1194 void NumberFormatRegressionTest::roundingTest(DecimalFormat *df, double x, UnicodeString& expected) function in class:NumberFormatRegressionTest
[all...]
H A Dnumfmtst.h255 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);
H A Dnumfmtst.cpp1118 roundingTest(*nf, 0.00159999, 4, "0.0016");
1119 roundingTest(*nf, 0.00995, 4, "0.01");
1121 roundingTest(*nf, 12.3995, 3, "12.4");
1123 roundingTest(*nf, 12.4999, 0, "12");
1124 roundingTest(*nf, - 19.5, 0, "-20");
1230 NumberFormatTest::roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected) function in class:NumberFormatTest

Completed in 325 milliseconds