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

  /external/chromium/third_party/icu/source/i18n/
digitlst.cpp 100 fRoundingMode = other.fRoundingMode;
115 fRoundingMode == that.fRoundingMode &&
128 fRoundingMode = DecimalFormat::kRoundHalfEven;
564 if (fRoundingMode == DecimalFormat::kRoundDown ||
565 fRoundingMode == DecimalFormat::kRoundFloor && fIsPositive ||
566 fRoundingMode == DecimalFormat::kRoundCeiling && !fIsPositive) {
570 if (fRoundingMode == DecimalFormat::kRoundHalfEven ||
571 fRoundingMode == DecimalFormat::kRoundHalfDown |
    [all...]
digitlst.h 226 DecimalFormat::ERoundingMode fRoundingMode;
decimfmt.cpp 396 fRoundingMode = kRoundHalfEven;
719 fRoundingMode = rhs.fRoundingMode;
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h     [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h     [all...]
  /external/icu4c/i18n/
decimfmt.cpp 331 fRoundingMode = kRoundHalfEven;
356 fRoundingMode = kRoundHalfEven;
653 fRoundingMode = rhs.fRoundingMode;
    [all...]

Completed in 29 milliseconds