Searched refs:setRoundingMode (Results 1 – 18 of 18) sorted by relevance
395 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling); in execFormatTest()397 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()399 fmtr.setRoundingMode(DecimalFormat::kRoundDown); in execFormatTest()401 fmtr.setRoundingMode(DecimalFormat::kRoundUp); in execFormatTest()403 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven); in execFormatTest()405 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown); in execFormatTest()407 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp); in execFormatTest()411 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary); in execFormatTest()413 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()
463 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode); in testRounding()524 pat.setRoundingMode((DecimalFormat::ERoundingMode)0); in testRoundingInc()
2859 df->setRoundingMode((DecimalFormat::ERoundingMode)mode); in TestRounding()
399 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling); in execFormatTest()401 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()403 fmtr.setRoundingMode(DecimalFormat::kRoundDown); in execFormatTest()405 fmtr.setRoundingMode(DecimalFormat::kRoundUp); in execFormatTest()407 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven); in execFormatTest()409 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown); in execFormatTest()411 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp); in execFormatTest()415 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary); in execFormatTest()417 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()
469 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode); in testRounding()530 pat.setRoundingMode((DecimalFormat::ERoundingMode)0); in testRoundingInc()
429 nf->setRoundingMode(DecimalFormat::kRoundDown); in test10219Plurals()
503 df->setRoundingMode(DecimalFormat::kRoundDown); in Test10219FractionalPlurals()
2884 df->setRoundingMode((DecimalFormat::ERoundingMode)mode); in TestRounding()7341 decfmt->setRoundingMode(items[i].mode); in Test10419RoundingWith0FractionDigits()7565 format.setRoundingMode(roundingModes[i]); in verifyRounding()
286 void setRoundingMode(DecimalFormat::ERoundingMode m);
257 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) { in setRoundingMode() function in DigitList
1564 adjustedNum.setRoundingMode(fRoundingMode); in _round()3806 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) { in setRoundingMode() function in DecimalFormat5826 setRoundingMode((DecimalFormat::ERoundingMode)newValue); in setAttribute()
253 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) { in setRoundingMode() function in DigitList
346 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createData()
1646 adjustedNum.setRoundingMode(fRoundingMode);3895 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) {5419 setRoundingMode((DecimalFormat::ERoundingMode)newValue);
1347 virtual void setRoundingMode(ERoundingMode roundingMode);
1375 virtual void setRoundingMode(ERoundingMode roundingMode);
325 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp); in CreateICUNumberFormat()