Home
last modified time | relevance | path

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

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