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

1 2

  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp 385 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling);
387 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
389 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
391 fmtr.setRoundingMode(DecimalFormat::kRoundUp);
393 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
395 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown);
397 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp);
401 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
dcfmapts.cpp 442 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode);
444 errln((UnicodeString)"SetRoundingMode or GetRoundingMode failed for mode=" + mode);
496 pat.setRoundingMode((DecimalFormat::ERoundingMode)0);
499 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...]
  /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 139 fmt->setRoundingMode(static_cast<DecimalFormat::ERoundingMode>(mode));
375 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 272 void setRoundingMode(DecimalFormat::ERoundingMode m);
unum.cpp 630 df->setRoundingMode((DecimalFormat::ERoundingMode)newValue);
digitlst.cpp 247 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 347 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h     [all...]

Completed in 634 milliseconds

1 2