Home
last modified time | relevance | path

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

12345678910>>...23

/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A 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()
H A DDecimalQuantity_AbstractBCD.java175 public void roundToIncrement(BigDecimal roundingIncrement, MathContext mathContext) { in roundToIncrement()
757 public void roundToNickel(int magnitude, MathContext mathContext) { in roundToNickel()
762 public void roundToMagnitude(int magnitude, MathContext mathContext) { in roundToMagnitude()
766 private void roundToMagnitude(int magnitude, MathContext mathContext, boolean nickel) { in roundToMagnitude()
H A DRoundingUtils.java175 MathContext mathContext = properties.getMathContext(); in getMathContextOrUnlimited() local
195 MathContext mathContext = properties.getMathContext(); in getMathContextOr34Digits() local
H A DDecimalFormatProperties.java105 private transient MathContext mathContext; // ICU4J-only field in DecimalFormatProperties
871 public DecimalFormatProperties setMathContext(MathContext mathContext) { in setMathContext()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/
H A 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()
H A 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()
H A DRoundingUtils.java173 MathContext mathContext = properties.getMathContext(); in getMathContextOrUnlimited() local
193 MathContext mathContext = properties.getMathContext(); in getMathContextOr34Digits() local
H A DDecimalFormatProperties.java100 private transient MathContext mathContext; // ICU4J-only field in DecimalFormatProperties
866 public DecimalFormatProperties setMathContext(MathContext mathContext) { in setMathContext()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/number/
H A DPrecision.java29 /* package-private final */ MathContext mathContext; field in Precision
349 public Precision withMode(MathContext mathContext) { in withMode()
651 value.roundToMagnitude(getRoundingMagnitudeFraction(maxFrac), mathContext); in apply() local
674 value.roundToMagnitude(getRoundingMagnitudeSignificant(value, maxSig), mathContext); in apply() local
H A DNumberPropertyMapper.java139 MathContext mathContext = RoundingUtils.getMathContextOrUnlimited(properties); in oldToNew() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/
H A 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
H A DNumberPropertyMapper.java138 MathContext mathContext = RoundingUtils.getMathContextOrUnlimited(properties); in oldToNew() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java1243 java.math.MathContext mathContext = exportedProperties.getMathContext(); in getMathContext() local
1265 public synchronized void setMathContext(java.math.MathContext mathContext) { in setMathContext()
1280 java.math.MathContext mathContext = getMathContext(); in getMathContextICU() local
1299 java.math.MathContext mathContext; in setMathContextICU() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A 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
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/
H A DDecimalFormat.java698 public synchronized void setMathContext(java.math.MathContext mathContext) { throw new RuntimeExcep… in setMathContext()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DDecimalFormat.java698 public synchronized void setMathContext(java.math.MathContext mathContext) { throw new RuntimeExcep… in setMathContext()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DDecimalFormat.java698 public synchronized void setMathContext(java.math.MathContext mathContext) { throw new RuntimeExcep… in setMathContext()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DDecimalFormat.java698 public synchronized void setMathContext(java.math.MathContext mathContext) { throw new RuntimeExcep… in setMathContext()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DDecimalFormat.java698 public synchronized void setMathContext(java.math.MathContext mathContext) { throw new RuntimeExcep… in setMathContext()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DDecimalFormat.java698 public synchronized void setMathContext(java.math.MathContext mathContext) { throw new RuntimeExcep… in setMathContext()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DRational.java317 public BigDecimal toBigDecimal(MathContext mathContext) { in toBigDecimal()
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common/withres/
Dcore-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common/jarjar/
Dcore-icu4j.jarcom/android/icu/util/regex/PatternNative.class PatternNative.java package com. ...
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/java/
HDcore-icu4j.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/java/
HDcore-icu4j-for-host.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/icu/ android/ ...

12345678910>>...23