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

  /external/icu/icu4c/source/i18n/unicode/
numfmt.h 185 enum ERoundingMode {
    [all...]
rbnf.h     [all...]
decimfmt.h 647 * DecimalFormat::ERoundingMode. The default rounding mode is
    [all...]
  /external/icu/icu4c/source/i18n/
precision.h 78 DecimalFormat::ERoundingMode fRoundingMode;
decimfmtimpl.h 243 void setRoundingMode(DecimalFormat::ERoundingMode mode) {
248 DecimalFormat::ERoundingMode getRoundingMode() const {
357 DecimalFormat::ERoundingMode fRoundingMode;
digitlst.h 289 void setRoundingMode(DecimalFormat::ERoundingMode m);
462 * DecimalFormat::ERoundingMode fRoundingMode;
rbnf.cpp 690 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary)
715 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary)
740 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary)
764 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary)
789 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary)
811 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary)
878 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary)
    [all...]
numfmt.cpp     [all...]
digitlst.cpp 280 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) {
    [all...]
decimfmt.cpp     [all...]
unum.cpp 581 return nf->setRoundingMode((NumberFormat::ERoundingMode)newValue);
  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.cpp 203 *static_cast<DecimalFormat::ERoundingMode *>(roundPtr) = (DecimalFormat::ERoundingMode) val;
208 DecimalFormat::ERoundingMode rounding =
209 *static_cast<const DecimalFormat::ERoundingMode *>(roundPtr);
numberformattesttuple.h 111 DecimalFormat::ERoundingMode roundingMode;
numfmtst.h 337 const DecimalFormat::ERoundingMode *roundingModes,
dcfmapts.cpp 488 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode);
489 if(pat.getRoundingMode() != (DecimalFormat::ERoundingMode)mode){
549 pat.setRoundingMode((DecimalFormat::ERoundingMode)0);
    [all...]
numfmtst.cpp     [all...]

Completed in 218 milliseconds