HomeSort by relevance Sort by last modified time
    Searched refs:roundingTest (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/test/cintltst/
cnmdptst.h 53 static void roundingTest(UNumberFormat*, double, int32_t, const char*);
cnmdptst.c 623 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)
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.h 54 void roundingTest(DecimalFormat *df, double x, UnicodeString& expected);
numrgts.cpp     [all...]
numfmtst.h 320 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/
NumberRegression.java 675 roundingTest(df, 12.35, "12.4");
676 roundingTest(df, 12.45, "12.4");
677 roundingTest(df, 12.452,"12.5");
678 roundingTest(df, 12.55, "12.6");
679 roundingTest(df, 12.65, "12.6");
680 roundingTest(df, 12.652,"12.7");
681 roundingTest(df, 12.75, "12.8");
682 roundingTest(df, 12.752,"12.8");
683 roundingTest(df, 12.85, "12.8");
684 roundingTest(df, 12.852,"12.9")
    [all...]
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegression.java 671 roundingTest(df, 12.35, "12.4");
672 roundingTest(df, 12.45, "12.4");
673 roundingTest(df, 12.452,"12.5");
674 roundingTest(df, 12.55, "12.6");
675 roundingTest(df, 12.65, "12.6");
676 roundingTest(df, 12.652,"12.7");
677 roundingTest(df, 12.75, "12.8");
678 roundingTest(df, 12.752,"12.8");
679 roundingTest(df, 12.85, "12.8");
680 roundingTest(df, 12.852,"12.9")
    [all...]
NumberFormatTest.java     [all...]

Completed in 126 milliseconds