Searched refs:fRoundingMode (Results 1 – 5 of 5) sorted by relevance
78 DecimalFormat::ERoundingMode fRoundingMode; variable92 fRoundingMode == rhs.fRoundingMode); in equals()
244 fRoundingMode = mode; in setRoundingMode()245 fEffPrecision.fMantissa.fExactOnly = (fRoundingMode == DecimalFormat::kRoundUnnecessary); in setRoundingMode()246 fEffPrecision.fMantissa.fRoundingMode = mode; in setRoundingMode()249 return fRoundingMode; in getRoundingMode()357 DecimalFormat::ERoundingMode fRoundingMode; variable
54 fRoundingMode(DecimalFormat::kRoundHalfEven), in DecimalFormatImpl()81 fRoundingMode(DecimalFormat::kRoundHalfEven), in DecimalFormatImpl()95 fRoundingMode(other.fRoundingMode), in DecimalFormatImpl()137 fRoundingMode = other.fRoundingMode; in assign()180 && (fRoundingMode == other.fRoundingMode) in operator ==()465 number.setRoundingMode(fRoundingMode); in adjustDigitList()
27 : fExactOnly(FALSE), fFailIfOverMax(FALSE), fRoundingMode(DecimalFormat::kRoundHalfEven) { in FixedPrecision()166 value.setRoundingMode(fRoundingMode); in initVisibleDigits()406 value.setRoundingMode(fMantissa.fRoundingMode); in initVisibleDigitsWithExponent()
1883 precision.fRoundingMode = DecimalFormat::kRoundFloor; in TestIntInitVisibleDigitsToDigitList()1894 precision.fRoundingMode = DecimalFormat::kRoundCeiling; in TestIntInitVisibleDigitsToDigitList()1905 precision.fRoundingMode = DecimalFormat::kRoundFloor; in TestIntInitVisibleDigitsToDigitList()