Searched refs:fRoundingMode (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | number_rounding.cpp | 167 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()
|
D | rbnf.cpp | 692 , 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()
|
D | number_roundingutils.h | 185 UNumberFormatRoundingMode fRoundingMode; variable
|
D | number_formatimpl.cpp | 287 roundingMode = precision.fRoundingMode; in macrosToMicroGenerator()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | rbnf.h | 1106 ERoundingMode fRoundingMode; variable
|
D | numberformatter.h | 753 UNumberFormatRoundingMode fRoundingMode; variable 757 : fType(type), fUnion(union_), fRoundingMode(roundingMode) {} in Precision()
|
/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()
|