Home
last modified time | relevance | path

Searched refs:applyMaxInteger (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp92 fq.applyMaxInteger(5); in testDecimalQuantityBehaviorStandalone()
131 fq.applyMaxInteger(17); in testSwitchStorage()
133 fq.applyMaxInteger(16); in testSwitchStorage()
135 fq.applyMaxInteger(15); in testSwitchStorage()
383 dq.applyMaxInteger(2); in testMaxDigits()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DDecimalQuantityTest.java319 fq.applyMaxInteger(17); in testSwitchStorage()
321 fq.applyMaxInteger(16); in testSwitchStorage()
323 fq.applyMaxInteger(15); in testSwitchStorage()
417 fq.applyMaxInteger(5); in testDecimalQuantityBehaviorStandalone()
522 dq.applyMaxInteger(2); in testMaxDigits()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java316 fq.applyMaxInteger(17); in testSwitchStorage()
318 fq.applyMaxInteger(16); in testSwitchStorage()
320 fq.applyMaxInteger(15); in testSwitchStorage()
414 fq.applyMaxInteger(5); in testDecimalQuantityBehaviorStandalone()
519 dq.applyMaxInteger(2); in testMaxDigits()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity.java56 public void applyMaxInteger(int maxInt); in applyMaxInteger() method
DDecimalQuantity_AbstractBCD.java138 public void applyMaxInteger(int maxInt) { in applyMaxInteger() method in DecimalQuantity_AbstractBCD
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity.java54 public void applyMaxInteger(int maxInt); in applyMaxInteger() method
DDecimalQuantity_AbstractBCD.java136 public void applyMaxInteger(int maxInt) { in applyMaxInteger() method in DecimalQuantity_AbstractBCD
/external/icu/icu4c/source/i18n/
Dnumber_integerwidth.cpp54 quantity.applyMaxInteger(fUnion.minMaxInt.fMaxInt); in apply()
Dnumber_decimalquantity.h77 void applyMaxInteger(int32_t maxInt);
Dnumber_decimalquantity.cpp155 void DecimalQuantity::applyMaxInteger(int32_t maxInt) { in applyMaxInteger() function in DecimalQuantity
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberFormatterImpl.java104 inValue.applyMaxInteger(micros.integerWidth.maxInt); in preProcess()
118 inValue.applyMaxInteger(micros.integerWidth.maxInt); in preProcessUnsafe()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatterImpl.java103 inValue.applyMaxInteger(micros.integerWidth.maxInt); in preProcess()
117 inValue.applyMaxInteger(micros.integerWidth.maxInt); in preProcessUnsafe()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java342 public void applyMaxInteger(int maxInt) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java345 public void applyMaxInteger(int maxInt) {