HomeSort by relevance Sort by last modified time
    Searched full:setroundingmode (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp 395 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling);
397 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
399 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
401 fmtr.setRoundingMode(DecimalFormat::kRoundUp);
403 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
405 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown);
407 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp);
411 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary);
413 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
dcfmapts.cpp 463 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode);
465 errln((UnicodeString)"SetRoundingMode or GetRoundingMode failed for mode=" + mode);
524 pat.setRoundingMode((DecimalFormat::ERoundingMode)0);
527 errln((UnicodeString)"ERROR: Rounding increment not zero after setRoundingMode");
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 399 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling);
401 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
403 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
405 fmtr.setRoundingMode(DecimalFormat::kRoundUp);
407 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
409 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown);
411 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp);
415 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary);
417 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
dcfmapts.cpp 469 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode);
471 errln((UnicodeString)"SetRoundingMode or GetRoundingMode failed for mode=" + mode);
530 pat.setRoundingMode((DecimalFormat::ERoundingMode)0);
533 errln((UnicodeString)"ERROR: Rounding increment not zero after setRoundingMode");
tufmtts.cpp 429 nf->setRoundingMode(DecimalFormat::kRoundDown);
measfmttest.cpp 503 df->setRoundingMode(DecimalFormat::kRoundDown);
    [all...]
numfmtst.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatTest.java     [all...]
NumberFormatTest.java 274 ((NumberFormat) choiceFormat).setRoundingMode(null);
288 ((NumberFormat) choiceFormat).setRoundingMode(RoundingMode.CEILING);
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
java.text.NumberFormat.html 112 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/java/text/NumberFormat.html#setRoundingMode(java.math.RoundingMode)" target="_top"><code>setRoundingMode</code></A>(<code>RoundingMode</code>)</nobr>
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java 44 df.setRoundingMode(RoundingMode.HALF_UP);
258 df.setRoundingMode(null);
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 140 fmt->setRoundingMode(static_cast<DecimalFormat::ERoundingMode>(mode));
376 NATIVE_METHOD(NativeDecimalFormat, setRoundingMode, "(JID)V"),
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 559 public void setRoundingMode(RoundingMode roundingMode, double roundingIncrement) {
572 setRoundingMode(address, nativeRoundingMode, roundingIncrement);
639 private static native void setRoundingMode(long addr, int roundingMode, double roundingIncrement);
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java     [all...]
NumberFormat.java 846 public void setRoundingMode(RoundingMode roundingMode) {
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 286 void setRoundingMode(DecimalFormat::ERoundingMode m);
digitlst.cpp 247 // setRoundingMode()
257 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) {
decimfmt.cpp     [all...]
  /external/icu/icu4c/source/i18n/
digitlst.h 286 void setRoundingMode(DecimalFormat::ERoundingMode m);
digitlst.cpp 243 // setRoundingMode()
253 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) {
measfmt.cpp 346 decfmt->setRoundingMode(DecimalFormat::kRoundDown);
decimfmt.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
decimfmt.h     [all...]
  /external/chromium_org/v8/src/
i18n.cc 325 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h     [all...]

Completed in 1005 milliseconds

1 2