Home
last modified time | relevance | path

Searched refs:ERoundingMode (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1018 virtual ERoundingMode getRoundingMode(void) const;
1025 virtual void setRoundingMode(ERoundingMode roundingMode);
1107 ERoundingMode roundingMode;
Dnumfmt.h185 enum ERoundingMode { enum
1006 virtual ERoundingMode getRoundingMode(void) const;
1013 virtual void setRoundingMode(ERoundingMode roundingMode);
Ddecimfmt.h1382 virtual ERoundingMode getRoundingMode(void) const;
1392 virtual void setRoundingMode(ERoundingMode roundingMode);
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp203 *static_cast<DecimalFormat::ERoundingMode *>(roundPtr) = (DecimalFormat::ERoundingMode) val; in strToERounding()
208 DecimalFormat::ERoundingMode rounding = in eRoundingToStr()
209 *static_cast<const DecimalFormat::ERoundingMode *>(roundPtr); in eRoundingToStr()
Dnumberformattesttuple.h111 DecimalFormat::ERoundingMode roundingMode;
Ddcfmapts.cpp488 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode); in testRounding()
489 if(pat.getRoundingMode() != (DecimalFormat::ERoundingMode)mode){ in testRounding()
549 pat.setRoundingMode((DecimalFormat::ERoundingMode)0); in testRoundingInc()
Dnumfmtst.h337 const DecimalFormat::ERoundingMode *roundingModes,
Dnumfmtst.cpp3410 df->setRoundingMode((DecimalFormat::ERoundingMode)mode); in TestRounding()
7859 DecimalFormat::ERoundingMode mode;
7925 DecimalFormat::ERoundingMode roundingModes[] = { in TestRoundingScientific10542()
8102 const DecimalFormat::ERoundingMode *roundingModes, in verifyRounding()
/external/icu/icu4c/source/i18n/
Drbnf.cpp690 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
715 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
740 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
764 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
789 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
811 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
878 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
1272 …if (getRoundingMode() != DecimalFormat::ERoundingMode::kRoundUnnecessary && !uprv_isNaN(number) &&… in format()
1989 DecimalFormat::ERoundingMode RuleBasedNumberFormat::getRoundingMode() const { in getRoundingMode()
1998 void RuleBasedNumberFormat::setRoundingMode(DecimalFormat::ERoundingMode roundingMode) { in setRoundingMode()
Ddecimfmtimpl.h243 void setRoundingMode(DecimalFormat::ERoundingMode mode) { in setRoundingMode()
248 DecimalFormat::ERoundingMode getRoundingMode() const { in getRoundingMode()
357 DecimalFormat::ERoundingMode fRoundingMode;
Dprecision.h78 DecimalFormat::ERoundingMode fRoundingMode;
Ddigitlst.h289 void setRoundingMode(DecimalFormat::ERoundingMode m);
Dnumfmt.cpp1516 NumberFormat::ERoundingMode NumberFormat::getRoundingMode() const { in getRoundingMode()
1518 return NumberFormat::ERoundingMode::kRoundUnnecessary; in getRoundingMode()
1526 void NumberFormat::setRoundingMode(NumberFormat::ERoundingMode /*roundingMode*/) { in setRoundingMode() argument
Ddecimfmt.cpp2497 DecimalFormat::ERoundingMode DecimalFormat::getRoundingMode() const { in getRoundingMode()
2509 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) { in setRoundingMode()
3144 setRoundingMode((DecimalFormat::ERoundingMode)newValue); in setAttribute()
Ddigitlst.cpp280 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) { in setRoundingMode()
Dunum.cpp581 return nf->setRoundingMode((NumberFormat::ERoundingMode)newValue); in unum_setAttribute()