Home
last modified time | relevance | path

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

/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.h110 DecimalFormat::ERoundingMode roundingMode;
Dnumfmtst.h335 const DecimalFormat::ERoundingMode *roundingModes,
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.cpp3340 df->setRoundingMode((DecimalFormat::ERoundingMode)mode); in TestRounding()
7789 DecimalFormat::ERoundingMode mode;
7855 DecimalFormat::ERoundingMode roundingModes[] = { in TestRoundingScientific10542()
8032 const DecimalFormat::ERoundingMode *roundingModes, in verifyRounding()
/external/icu/icu4c/source/i18n/
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);
Ddigitlst.cpp279 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) { in setRoundingMode()
Ddecimfmt.cpp2494 DecimalFormat::ERoundingMode DecimalFormat::getRoundingMode() const { in getRoundingMode()
2506 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) { in setRoundingMode()
3141 setRoundingMode((DecimalFormat::ERoundingMode)newValue); in setAttribute()
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h675 enum ERoundingMode { enum
1404 virtual ERoundingMode getRoundingMode(void) const;
1414 virtual void setRoundingMode(ERoundingMode roundingMode);