/external/icu/icu4c/source/test/cintltst/ |
cnmdptst.h | 56 static void roundingTest(UNumberFormat*, double, int32_t, const char*);
|
cnmdptst.c | 626 roundingTest(nnf, 0.00159999, 4, "0.0016"); 627 roundingTest(nnf, 0.00995, 4, "0.01"); 629 roundingTest(nnf, 12.3995, 3, "12.4"); 631 roundingTest(nnf, 12.4999, 0, "12"); 632 roundingTest(nnf, - 19.5, 0, "-20"); 640 static void roundingTest(UNumberFormat* nf, double x, int32_t maxFractionDigits, const char* expected) [all...] |
/external/icu/icu4c/source/test/intltest/ |
numrgts.h | 56 void roundingTest(DecimalFormat *df, double x, UnicodeString& expected);
|
numrgts.cpp | [all...] |
numfmtst.h | 390 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);
|
numfmtst.cpp | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberRegressionTests.java | 701 roundingTest(df, 12.35, "12.4"); 702 roundingTest(df, 12.45, "12.4"); 703 roundingTest(df, 12.452,"12.5"); 704 roundingTest(df, 12.55, "12.6"); 705 roundingTest(df, 12.65, "12.6"); 706 roundingTest(df, 12.652,"12.7"); 707 roundingTest(df, 12.75, "12.8"); 708 roundingTest(df, 12.752,"12.8"); 709 roundingTest(df, 12.85, "12.8"); 710 roundingTest(df, 12.852,"12.9") [all...] |
NumberFormatTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberRegressionTests.java | 698 roundingTest(df, 12.35, "12.4"); 699 roundingTest(df, 12.45, "12.4"); 700 roundingTest(df, 12.452,"12.5"); 701 roundingTest(df, 12.55, "12.6"); 702 roundingTest(df, 12.65, "12.6"); 703 roundingTest(df, 12.652,"12.7"); 704 roundingTest(df, 12.75, "12.8"); 705 roundingTest(df, 12.752,"12.8"); 706 roundingTest(df, 12.85, "12.8"); 707 roundingTest(df, 12.852,"12.9") [all...] |
NumberFormatTest.java | [all...] |