Home
last modified time | relevance | path

Searched defs:mathContext (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity.java70 public void roundToIncrement(BigDecimal roundingInterval, MathContext mathContext); in roundToIncrement()
81 public void roundToNickel(int magnitude, MathContext mathContext); in roundToNickel()
92 public void roundToMagnitude(int roundingMagnitude, MathContext mathContext); in roundToMagnitude()
DRoundingUtils.java175 MathContext mathContext = properties.getMathContext(); in getMathContextOrUnlimited() local
195 MathContext mathContext = properties.getMathContext(); in getMathContextOr34Digits() local
DDecimalQuantity_AbstractBCD.java175 public void roundToIncrement(BigDecimal roundingIncrement, MathContext mathContext) { in roundToIncrement()
751 public void roundToNickel(int magnitude, MathContext mathContext) { in roundToNickel()
756 public void roundToMagnitude(int magnitude, MathContext mathContext) { in roundToMagnitude()
760 private void roundToMagnitude(int magnitude, MathContext mathContext, boolean nickel) { in roundToMagnitude()
DDecimalFormatProperties.java104 private transient MathContext mathContext; // ICU4J-only field in DecimalFormatProperties
850 public DecimalFormatProperties setMathContext(MathContext mathContext) { in setMathContext()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity.java68 public void roundToIncrement(BigDecimal roundingInterval, MathContext mathContext); in roundToIncrement()
79 public void roundToNickel(int magnitude, MathContext mathContext); in roundToNickel()
90 public void roundToMagnitude(int roundingMagnitude, MathContext mathContext); in roundToMagnitude()
DRoundingUtils.java173 MathContext mathContext = properties.getMathContext(); in getMathContextOrUnlimited() local
193 MathContext mathContext = properties.getMathContext(); in getMathContextOr34Digits() local
DDecimalQuantity_AbstractBCD.java173 public void roundToIncrement(BigDecimal roundingIncrement, MathContext mathContext) { in roundToIncrement()
755 public void roundToNickel(int magnitude, MathContext mathContext) { in roundToNickel()
760 public void roundToMagnitude(int magnitude, MathContext mathContext) { in roundToMagnitude()
764 private void roundToMagnitude(int magnitude, MathContext mathContext, boolean nickel) { in roundToMagnitude()
DDecimalFormatProperties.java100 private transient MathContext mathContext; // ICU4J-only field in DecimalFormatProperties
866 public DecimalFormatProperties setMathContext(MathContext mathContext) { in setMathContext()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DPrecision.java27 /* package-private final */ MathContext mathContext; field in Precision
334 public Precision withMode(MathContext mathContext) { in withMode()
566 value.roundToMagnitude(getRoundingMagnitudeFraction(maxFrac), mathContext); in apply() local
589 value.roundToMagnitude(getRoundingMagnitudeSignificant(value, maxSig), mathContext); in apply() local
DNumberPropertyMapper.java139 MathContext mathContext = RoundingUtils.getMathContextOrUnlimited(properties); in oldToNew() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DPrecision.java29 /* package-private final */ MathContext mathContext; field in Precision
362 public Precision withMode(MathContext mathContext) { in withMode()
663 value.roundToMagnitude(getRoundingMagnitudeFraction(maxFrac), mathContext); in apply() local
686 value.roundToMagnitude(getRoundingMagnitudeSignificant(value, maxSig), mathContext); in apply() local
DNumberPropertyMapper.java138 MathContext mathContext = RoundingUtils.getMathContextOrUnlimited(properties); in oldToNew() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java1308 java.math.MathContext mathContext = exportedProperties.getMathContext(); in getMathContext() local
1332 public synchronized void setMathContext(java.math.MathContext mathContext) { in setMathContext()
1349 java.math.MathContext mathContext = getMathContext(); in getMathContextICU() local
1370 java.math.MathContext mathContext; in setMathContextICU() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDecimalFormat.java1240 java.math.MathContext mathContext = exportedProperties.getMathContext(); in getMathContext() local
1262 public synchronized void setMathContext(java.math.MathContext mathContext) { in setMathContext()
1277 java.math.MathContext mathContext = getMathContext(); in getMathContextICU() local
1296 java.math.MathContext mathContext; in setMathContextICU() local