Searched refs:kRoundCeiling (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmtest.cpp395 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling);
/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp399 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling);
H A Dnumfmtst.cpp7326 { DecimalFormat::kRoundCeiling, 1.488, "2"},
7384 DecimalFormat::kRoundCeiling,
/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.cpp261 case DecimalFormat::kRoundCeiling: r = DEC_ROUND_CEILING; break;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h670 kRoundCeiling, /**< Round towards positive infinity */ enumerator in enum:DecimalFormat::ERoundingMode
/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp257 case DecimalFormat::kRoundCeiling: r = DEC_ROUND_CEILING; break;
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h670 kRoundCeiling, /**< Round towards positive infinity */ enumerator in enum:DecimalFormat::ERoundingMode

Completed in 520 milliseconds