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

  /external/icu4c/i18n/
digitlst.h 286 void setRoundingMode(DecimalFormat::ERoundingMode m);
386 * DecimalFormat::ERoundingMode fRoundingMode;
digitlst.cpp 257 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) {
decimfmt.cpp     [all...]
  /external/icu4c/test/intltest/
dcfmapts.cpp 442 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode);
443 if(pat.getRoundingMode() != (DecimalFormat::ERoundingMode)mode){
496 pat.setRoundingMode((DecimalFormat::ERoundingMode)0);
numfmtst.cpp     [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 638 * DecimalFormat::ERoundingMode. The default rounding mode is
666 enum ERoundingMode {
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 135 fmt->setRoundingMode(static_cast<DecimalFormat::ERoundingMode>(mode));

Completed in 1027 milliseconds