/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 301 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971() 313 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971() 325 (comp3.getRoundingMode() != result.getRoundingMode())) in testJB4971()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 304 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971() 316 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971() 328 (comp3.getRoundingMode() != result.getRoundingMode())) in testJB4971()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | RoundingUtils.java | 177 RoundingMode roundingMode = properties.getRoundingMode(); in getMathContextOrUnlimited() 197 RoundingMode roundingMode = properties.getRoundingMode(); in getMathContextOr34Digits()
|
D | DecimalQuantity_AbstractBCD.java | 184 temp = temp.divide(roundingIncrement, 0, mathContext.getRoundingMode()) in roundToIncrement() 880 .roundsAtMidpoint(mathContext.getRoundingMode().ordinal()); in roundToMagnitude() 918 mathContext.getRoundingMode().ordinal(), in roundToMagnitude()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | RoundingUtils.java | 175 RoundingMode roundingMode = properties.getRoundingMode(); in getMathContextOrUnlimited() 195 RoundingMode roundingMode = properties.getRoundingMode(); in getMathContextOr34Digits()
|
D | DecimalQuantity_AbstractBCD.java | 182 temp = temp.divide(roundingIncrement, 0, mathContext.getRoundingMode()) in roundToIncrement() 878 .roundsAtMidpoint(mathContext.getRoundingMode().ordinal()); in roundToMagnitude() 916 mathContext.getRoundingMode().ordinal(), in roundToMagnitude()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
D | NumberFormatICU.java | 109 public RoundingMode getRoundingMode() { in getRoundingMode() method in NumberFormatICU 110 int icuMode = fIcuNfmt.getRoundingMode(); in getRoundingMode()
|
D | DecimalFormatICU.java | 198 public RoundingMode getRoundingMode() { in getRoundingMode() method in DecimalFormatICU 199 int icuMode = fIcuDecfmt.getRoundingMode(); in getRoundingMode()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 379 d = d.divide(roundingInterval, 0, mathContext.getRoundingMode()).multiply(roundingInterval); 399 fallback = fallback.setScale(-roundingMagnitude, mathContext.getRoundingMode()); 419 temp = temp.setScale(-roundingMagnitude, mathContext.getRoundingMode()); 475 fallback = fallback.divide(divisor, -scale, mathContext.getRoundingMode());
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 372 d = d.divide(roundingInterval, 0, mathContext.getRoundingMode()).multiply(roundingInterval); 392 fallback = fallback.setScale(-roundingMagnitude, mathContext.getRoundingMode()); 412 temp = temp.setScale(-roundingMagnitude, mathContext.getRoundingMode()); 468 fallback = fallback.divide(divisor, -scale, mathContext.getRoundingMode());
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/ |
D | NumberFormatJDK.java | 149 public int getRoundingMode() { in getRoundingMode() method in NumberFormatJDK 150 RoundingMode jdkMode = fJdkNfmt.getRoundingMode(); in getRoundingMode()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
D | MathContext.java | 524 public int getRoundingMode(){ in getRoundingMode() method in MathContext
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
D | MathContext.java | 504 public int getRoundingMode(){ in getRoundingMode() method in MathContext
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 1264 public synchronized int getRoundingMode() { in getRoundingMode() method in DecimalFormat 1265 RoundingMode mode = exportedProperties.getRoundingMode(); in getRoundingMode() 1351 mathContext.getRoundingMode().ordinal()); in getMathContextICU() 1376 mathContextICU.getDigits(), RoundingMode.valueOf(mathContextICU.getRoundingMode())); in setMathContextICU()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DecimalFormat.java | 1203 public synchronized int getRoundingMode() { in getRoundingMode() method in DecimalFormat 1204 RoundingMode mode = exportedProperties.getRoundingMode(); in getRoundingMode() 1282 mathContext.getRoundingMode().ordinal()); in getMathContextICU() 1305 mathContextICU.getDigits(), RoundingMode.valueOf(mathContextICU.getRoundingMode())); in setMathContextICU()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 105 Optional<fp::RoundingMode> ConstrainedFPIntrinsic::getRoundingMode() const { in getRoundingMode() function in ConstrainedFPIntrinsic
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | rbnf.h | 1017 virtual ERoundingMode getRoundingMode(void) const;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | rbnf.h | 997 virtual ERoundingMode getRoundingMode(void) const override;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | rbnf.h | 997 virtual ERoundingMode getRoundingMode(void) const;
|
D | numfmt.h | 1048 virtual ERoundingMode getRoundingMode(void) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | rbnf.h | 997 virtual ERoundingMode getRoundingMode(void) const;
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rbnf.cpp | 916 setRoundingMode(rhs.getRoundingMode()); in operator =() 1253 …if (getRoundingMode() != DecimalFormat::ERoundingMode::kRoundUnnecessary && !uprv_isNaN(number) &&… in format() 1258 static_cast<UNumberFormatRoundingMode>(getRoundingMode()), in format() 1975 DecimalFormat::ERoundingMode RuleBasedNumberFormat::getRoundingMode() const { in getRoundingMode() function in RuleBasedNumberFormat
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rbnf.cpp | 916 setRoundingMode(rhs.getRoundingMode()); in operator =() 1253 …if (getRoundingMode() != DecimalFormat::ERoundingMode::kRoundUnnecessary && !uprv_isNaN(number) &&… in format() 1258 static_cast<UNumberFormatRoundingMode>(getRoundingMode()), in format() 1975 DecimalFormat::ERoundingMode RuleBasedNumberFormat::getRoundingMode() const { in getRoundingMode() function in RuleBasedNumberFormat
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | rbnf.cpp | 910 setRoundingMode(rhs.getRoundingMode()); in operator =() 1286 …if (getRoundingMode() != DecimalFormat::ERoundingMode::kRoundUnnecessary && !uprv_isNaN(number) &&… in format() 1291 static_cast<UNumberFormatRoundingMode>(getRoundingMode()), in format() 2008 DecimalFormat::ERoundingMode RuleBasedNumberFormat::getRoundingMode() const { in getRoundingMode() function in RuleBasedNumberFormat
|
/third_party/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 916 setRoundingMode(rhs.getRoundingMode()); in operator =() 1253 …if (getRoundingMode() != DecimalFormat::ERoundingMode::kRoundUnnecessary && !uprv_isNaN(number) &&… in format() 1258 static_cast<UNumberFormatRoundingMode>(getRoundingMode()), in format() 1975 DecimalFormat::ERoundingMode RuleBasedNumberFormat::getRoundingMode() const { in getRoundingMode() function in RuleBasedNumberFormat
|