Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h185 kRoundCeiling, /**< Round towards positive infinity */ enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp401 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling); in execFormatTest()
Dnumberformattesttuple.cpp32 {"ceiling", DecimalFormat::kRoundCeiling},
Dnumfmtst.cpp7630 { DecimalFormat::kRoundCeiling, 1.488, "2"}, in Test10419RoundingWith0FractionDigits()
7683 DecimalFormat::kRoundCeiling, in TestRoundingScientific10542()
8872 …tic const NumberFormat::ERoundingMode newRoundingMode = NumberFormat::ERoundingMode::kRoundCeiling; in Test11645_ApplyPatternEquality()
Dnumberformat2test.cpp1894 precision.fRoundingMode = DecimalFormat::kRoundCeiling; in TestIntInitVisibleDigitsToDigitList()