Home
last modified time | relevance | path

Searched refs:kRoundCeiling (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h186 kRoundCeiling, /**< Round towards positive infinity */ enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp401 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling); in execFormatTest()
Dnumberformattesttuple.cpp33 {"ceiling", DecimalFormat::kRoundCeiling},
Dnumberformat2test.cpp1894 precision.fRoundingMode = DecimalFormat::kRoundCeiling; in TestIntInitVisibleDigitsToDigitList()
Dnumfmtst.cpp7868 { DecimalFormat::kRoundCeiling, 1.488, "2"}, in Test10419RoundingWith0FractionDigits()
7926 DecimalFormat::kRoundCeiling, in TestRoundingScientific10542()
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp284 case DecimalFormat::kRoundCeiling: r = DEC_ROUND_CEILING; break; in setRoundingMode()