Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddcfmtest.cpp397 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()
413 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()
/external/icu4c/i18n/unicode/
Ddecimfmt.h668 kRoundFloor, /**< Round towards negative infinity */ enumerator
/external/icu4c/i18n/
Ddigitlst.cpp262 case DecimalFormat::kRoundFloor: r = DEC_ROUND_FLOOR; break; in setRoundingMode()