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

  /external/chromium/third_party/icu/source/i18n/
digitlst.cpp 571 fRoundingMode == DecimalFormat::kRoundHalfDown ||
584 case DecimalFormat::kRoundHalfDown:
decimfmt.cpp     [all...]
  /external/icu4c/test/intltest/
dcfmtest.cpp 394 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown);
  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h 663 kRoundHalfDown, /**< Round towards the nearest integer, or
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 652 kRoundHalfDown, /**< Round towards the nearest integer, or
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 242 case DecimalFormat::kRoundHalfDown: r = DEC_ROUND_HALF_DOWN; break;

Completed in 278 milliseconds