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

  /external/chromium/third_party/icu/source/i18n/
digitlst.cpp 565 fRoundingMode == DecimalFormat::kRoundFloor && fIsPositive ||
594 fRoundingMode == DecimalFormat::kRoundFloor && !fIsPositive ||
decimfmt.cpp     [all...]
  /external/icu4c/test/intltest/
dcfmtest.cpp 386 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
400 fmtr.setRoundingMode(DecimalFormat::kRoundFloor);
  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h 658 kRoundFloor, /**< Round towards negative infinity */
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 647 kRoundFloor, /**< Round towards negative infinity */
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 238 case DecimalFormat::kRoundFloor: r = DEC_ROUND_FLOOR; break;

Completed in 53 milliseconds