Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddcfmtest.cpp397 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp); in execFormatTest()
/external/icu4c/i18n/unicode/
Ddecimfmt.h660 kRoundHalfUp, /**< Round towards the nearest integer, or enumerator
/external/icu4c/i18n/
Ddigitlst.cpp258 case DecimalFormat::kRoundHalfUp: r = DEC_ROUND_HALF_UP; break; in setRoundingMode()