Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h669 enum ERoundingMode { enum
1364 virtual ERoundingMode getRoundingMode(void) const;
1374 virtual void setRoundingMode(ERoundingMode roundingMode);
2284 ERoundingMode fRoundingMode;
/external/icu/icu4c/source/i18n/
Ddigitlst.h286 void setRoundingMode(DecimalFormat::ERoundingMode m);
Ddigitlst.cpp253 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) { in setRoundingMode()
Ddecimfmt.cpp3915 DecimalFormat::ERoundingMode DecimalFormat::getRoundingMode() const {
3927 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) {
5491 setRoundingMode((DecimalFormat::ERoundingMode)newValue);
/external/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp481 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode); in testRounding()
482 if(pat.getRoundingMode() != (DecimalFormat::ERoundingMode)mode){ in testRounding()
542 pat.setRoundingMode((DecimalFormat::ERoundingMode)0); in testRoundingInc()
Dnumfmtst.h303 const DecimalFormat::ERoundingMode *roundingModes,
Dnumfmtst.cpp2891 df->setRoundingMode((DecimalFormat::ERoundingMode)mode); in TestRounding()
7323 DecimalFormat::ERoundingMode mode;
7389 DecimalFormat::ERoundingMode roundingModes[] = { in TestRoundingScientific10542()
7566 const DecimalFormat::ERoundingMode *roundingModes, in verifyRounding()