Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Ddcfmtest.cpp387 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()
401 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()
/external/icu4c/test/intltest/
Ddcfmtest.cpp397 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()
413 fmtr.setRoundingMode(DecimalFormat::kRoundFloor); in execFormatTest()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h651 kRoundFloor, /**< Round towards negative infinity */ enumerator
/external/chromium_org/third_party/icu/source/i18n/
Ddigitlst.cpp252 case DecimalFormat::kRoundFloor: r = DEC_ROUND_FLOOR; break; in setRoundingMode()
/external/icu4c/i18n/
Ddigitlst.cpp262 case DecimalFormat::kRoundFloor: r = DEC_ROUND_FLOOR; break; in setRoundingMode()
/external/icu4c/i18n/unicode/
Ddecimfmt.h671 kRoundFloor, /**< Round towards negative infinity */ enumerator