Home
last modified time | relevance | path

Searched refs:kRoundHalfDown (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Ddcfmtest.cpp395 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown); in execFormatTest()
/external/icu4c/i18n/unicode/
Ddecimfmt.h658 kRoundHalfDown, /**< Round towards the nearest integer, or enumerator
/external/icu4c/i18n/
Ddigitlst.cpp257 case DecimalFormat::kRoundHalfDown: r = DEC_ROUND_HALF_DOWN; break; in setRoundingMode()