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

  /external/chromium_org/third_party/icu/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/icu4c/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/chromium_org/third_party/icu/source/test/intltest/
numrgts.h 54 void roundingTest(DecimalFormat *df, double x, UnicodeString& expected);
numrgts.cpp     [all...]
numfmtst.h 243 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);
numfmtst.cpp 862 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");
    [all...]
  /external/icu4c/test/intltest/
numrgts.h 54 void roundingTest(DecimalFormat *df, double x, UnicodeString& expected);
numrgts.cpp     [all...]
numfmtst.h 255 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);
numfmtst.cpp     [all...]

Completed in 535 milliseconds