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

  /external/icu/icu4c/source/i18n/
digitlst.h 286 void setRoundingMode(DecimalFormat::ERoundingMode m);
386 * DecimalFormat::ERoundingMode fRoundingMode;
digitlst.cpp 253 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) {
decimfmt.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 641 * DecimalFormat::ERoundingMode. The default rounding mode is
669 enum ERoundingMode {
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 303 const DecimalFormat::ERoundingMode *roundingModes,
dcfmapts.cpp 481 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode);
482 if(pat.getRoundingMode() != (DecimalFormat::ERoundingMode)mode){
542 pat.setRoundingMode((DecimalFormat::ERoundingMode)0);
numfmtst.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 145 fmt->setRoundingMode(static_cast<icu::DecimalFormat::ERoundingMode>(mode));

Completed in 490 milliseconds