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

  /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");
numfmtst.cpp     [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatTest.java     [all...]
NumberFormatTest.java 269 * @test java.text.NumberFormat#setRoundingMode(java.math.RoundingMode)
277 ((NumberFormat) choiceFormat).setRoundingMode(null);
286 * @test java.text.NumberFormat#setRoundingMode(java.math.RoundingMode)
294 ((NumberFormat) choiceFormat).setRoundingMode(RoundingMode.CEILING);
  /external/icu4c/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 448 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode);
450 errln((UnicodeString)"SetRoundingMode or GetRoundingMode failed for mode=" + mode);
509 pat.setRoundingMode((DecimalFormat::ERoundingMode)0);
512 errln((UnicodeString)"ERROR: Rounding increment not zero after setRoundingMode");
numfmtst.cpp     [all...]
  /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>
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
methods_index_additions.html     [all...]
methods_index_all.html     [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 666 setRoundingMode(RoundingMode.UP);
668 setRoundingMode(RoundingMode.DOWN);
674 setRoundingMode(RoundingMode.UNNECESSARY);
    [all...]
NumberFormat.java 837 public void setRoundingMode(RoundingMode roundingMode) {
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 135 fmt->setRoundingMode(static_cast<DecimalFormat::ERoundingMode>(mode));
357 NATIVE_METHOD(NativeDecimalFormat, setRoundingMode, "(JID)V"),
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java 42 df.setRoundingMode(RoundingMode.HALF_UP);
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 494 public void setRoundingMode(RoundingMode roundingMode, double roundingIncrement) {
506 setRoundingMode(address, nativeRoundingMode, roundingIncrement);
644 private static native void setRoundingMode(long addr, int roundingMode, double roundingIncrement);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
decimfmt.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 630 df->setRoundingMode((DecimalFormat::ERoundingMode)newValue);
decimfmt.cpp     [all...]
  /external/chromium_org/v8/src/
i18n.cc 369 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp);
  /external/icu4c/i18n/unicode/
decimfmt.h     [all...]
  /external/icu4c/i18n/
decimfmt.cpp     [all...]

Completed in 529 milliseconds