Searched refs:fRoundingMode (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | precision.h | 78 DecimalFormat::ERoundingMode fRoundingMode; variable 92 fRoundingMode == rhs.fRoundingMode); in equals()
|
D | decimfmtimpl.h | 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
|
D | number_rounding.cpp | 293 getRoundingMagnitudeFraction(fUnion.fracSig.fMaxFrac), fRoundingMode, status); in apply() 301 fRoundingMode, in apply() 320 value.roundToMagnitude(roundingMag, fRoundingMode, status); in apply() 327 fUnion.increment.fIncrement, fRoundingMode, fUnion.increment.fMinFrac, status); in apply()
|
D | decimfmtimpl.cpp | 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()
|
D | precision.cpp | 27 : fExactOnly(FALSE), fFailIfOverMax(FALSE), fRoundingMode(DecimalFormat::kRoundHalfEven) { in FixedPrecision() 166 value.setRoundingMode(fRoundingMode); in initVisibleDigits() 406 value.setRoundingMode(fMantissa.fRoundingMode); in initVisibleDigitsWithExponent()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 805 UNumberFormatRoundingMode fRoundingMode; variable 808 : fType(type), fUnion(union_), fRoundingMode(roundingMode) {} in Rounder()
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformat2test.cpp | 1883 precision.fRoundingMode = DecimalFormat::kRoundFloor; in TestIntInitVisibleDigitsToDigitList() 1894 precision.fRoundingMode = DecimalFormat::kRoundCeiling; in TestIntInitVisibleDigitsToDigitList() 1905 precision.fRoundingMode = DecimalFormat::kRoundFloor; in TestIntInitVisibleDigitsToDigitList()
|