HomeSort by relevance Sort by last modified time
    Searched refs:withMode (Results 1 - 14 of 14) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/number/
Rounder.java 320 public Rounder withMode(RoundingMode roundingMode) {
321 return withMode(RoundingUtils.mathContextUnlimited(roundingMode));
331 public Rounder withMode(MathContext mathContext) {
NumberPropertyMapper.java 174 rounding = rounding.withMode(mathContext);
257 macros.rounder = Rounder.constructInfinite().withMode(mathContext);
260 macros.rounder = Rounder.constructSignificant(1, maxFrac_ + 1).withMode(mathContext);
264 .withMode(mathContext);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
Rounder.java 332 public Rounder withMode(RoundingMode roundingMode) {
333 return withMode(RoundingUtils.mathContextUnlimited(roundingMode));
343 public Rounder withMode(MathContext mathContext) {
NumberPropertyMapper.java 173 rounding = rounding.withMode(mathContext);
256 macros.rounder = Rounder.constructInfinite().withMode(mathContext);
259 macros.rounder = Rounder.constructSignificant(1, maxFrac_ + 1).withMode(mathContext);
263 .withMode(mathContext);
  /external/icu/icu4c/source/i18n/
number_rounding.cpp 135 Rounder Rounder::withMode(RoundingMode roundingMode) const {
  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h 771 Rounder withMode(UNumberFormatRoundingMode roundingMode) const;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
NumberFormatterApiTest.java 932 NumberFormatter.with().rounding(Rounder.integer().withMode(RoundingMode.CEILING)),
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
NumberFormatterApiTest.java 929 NumberFormatter.with().rounding(Rounder.integer().withMode(RoundingMode.CEILING)),
    [all...]
  /external/icu/icu4c/source/test/intltest/
numbertest_api.cpp 876 NumberFormatter::with().rounding(Rounder::integer().withMode(UNumberFormatRoundingMode::UNUM_ROUND_CEILING)),
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/
aws-java-sdk-elastictranscoder-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/
aws-java-sdk-api-gateway-1.11.18.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 184 milliseconds