Home
last modified time | relevance | path

Searched refs:setRoundingMode (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
Ddcfmtest.cpp395 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()
Ddcfmapts.cpp463 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode); in testRounding()
524 pat.setRoundingMode((DecimalFormat::ERoundingMode)0); in testRoundingInc()
Dnumfmtst.cpp2859 df->setRoundingMode((DecimalFormat::ERoundingMode)mode); in TestRounding()
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp399 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()
Ddcfmapts.cpp469 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode); in testRounding()
530 pat.setRoundingMode((DecimalFormat::ERoundingMode)0); in testRoundingInc()
Dtufmtts.cpp429 nf->setRoundingMode(DecimalFormat::kRoundDown); in test10219Plurals()
Dmeasfmttest.cpp503 df->setRoundingMode(DecimalFormat::kRoundDown); in Test10219FractionalPlurals()
Dnumfmtst.cpp2884 df->setRoundingMode((DecimalFormat::ERoundingMode)mode); in TestRounding()
7341 decfmt->setRoundingMode(items[i].mode); in Test10419RoundingWith0FractionDigits()
7565 format.setRoundingMode(roundingModes[i]); in verifyRounding()
/external/chromium_org/third_party/icu/source/i18n/
Ddigitlst.h286 void setRoundingMode(DecimalFormat::ERoundingMode m);
Ddigitlst.cpp257 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) { in setRoundingMode() function in DigitList
Ddecimfmt.cpp1564 adjustedNum.setRoundingMode(fRoundingMode); in _round()
3806 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) { in setRoundingMode() function in DecimalFormat
5826 setRoundingMode((DecimalFormat::ERoundingMode)newValue); in setAttribute()
/external/icu/icu4c/source/i18n/
Ddigitlst.h286 void setRoundingMode(DecimalFormat::ERoundingMode m);
Ddigitlst.cpp253 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) { in setRoundingMode() function in DigitList
Dmeasfmt.cpp346 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createData()
Ddecimfmt.cpp1646 adjustedNum.setRoundingMode(fRoundingMode);
3895 void DecimalFormat::setRoundingMode(ERoundingMode roundingMode) {
5419 setRoundingMode((DecimalFormat::ERoundingMode)newValue);
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h1347 virtual void setRoundingMode(ERoundingMode roundingMode);
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h1375 virtual void setRoundingMode(ERoundingMode roundingMode);
/external/chromium_org/v8/src/
Di18n.cc325 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp); in CreateICUNumberFormat()