Home
last modified time | relevance | path

Searched refs:fRoundingMode (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_rounding.cpp167 retval.fRoundingMode = roundingMode; in withMode()
276 : fPrecision(precision), fRoundingMode(roundingMode), fPassThrough(false) { in RoundingImpl()
349 fRoundingMode, in apply()
359 fRoundingMode, in apply()
386 value.roundToMagnitude(roundingMag, fRoundingMode, status); in apply()
394 fRoundingMode, in apply()
Drbnf.cpp692 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
717 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
742 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
766 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
791 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
813 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
880 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
2009 return fRoundingMode; in getRoundingMode()
2018 fRoundingMode = roundingMode; in setRoundingMode()
Dnumber_roundingutils.h185 UNumberFormatRoundingMode fRoundingMode; variable
Dnumber_formatimpl.cpp287 roundingMode = precision.fRoundingMode; in macrosToMicroGenerator()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1106 ERoundingMode fRoundingMode; variable
Dnumberformatter.h753 UNumberFormatRoundingMode fRoundingMode; variable
757 : fType(type), fUnion(union_), fRoundingMode(roundingMode) {} in Precision()
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp1883 precision.fRoundingMode = DecimalFormat::kRoundFloor; in TestIntInitVisibleDigitsToDigitList()
1894 precision.fRoundingMode = DecimalFormat::kRoundCeiling; in TestIntInitVisibleDigitsToDigitList()
1905 precision.fRoundingMode = DecimalFormat::kRoundFloor; in TestIntInitVisibleDigitsToDigitList()