HomeSort by relevance Sort by last modified time
    Searched refs:kRoundDown (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/i18n/
digitlst.cpp 564 if (fRoundingMode == DecimalFormat::kRoundDown ||
decimfmt.cpp     [all...]
  /external/icu4c/test/intltest/
dcfmtest.cpp 388 fmtr.setRoundingMode(DecimalFormat::kRoundDown);
  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h 659 kRoundDown, /**< Round towards zero */
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 648 kRoundDown, /**< Round towards zero */
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 239 case DecimalFormat::kRoundDown: r = DEC_ROUND_DOWN; break;

Completed in 137 milliseconds