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

  /external/icu/icu4c/source/i18n/
precision.h 76 DecimalFormat::ERoundingMode fRoundingMode;
90 fRoundingMode == rhs.fRoundingMode);
decimfmtimpl.h 242 fRoundingMode = mode;
243 fEffPrecision.fMantissa.fExactOnly = (fRoundingMode == DecimalFormat::kRoundUnnecessary);
244 fEffPrecision.fMantissa.fRoundingMode = mode;
247 return fRoundingMode;
355 DecimalFormat::ERoundingMode fRoundingMode;

Completed in 1720 milliseconds