Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp94 fq.applyMaxInteger(5); in testDecimalQuantityBehaviorStandalone()
133 fq.applyMaxInteger(17); in testSwitchStorage()
135 fq.applyMaxInteger(16); in testSwitchStorage()
137 fq.applyMaxInteger(15); in testSwitchStorage()
385 dq.applyMaxInteger(2); in testMaxDigits()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity.java57 public void applyMaxInteger(int maxInt); in applyMaxInteger() method
DDecimalQuantity_AbstractBCD.java146 public void applyMaxInteger(int maxInt) { in applyMaxInteger() method in DecimalQuantity_AbstractBCD
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity.java55 public void applyMaxInteger(int maxInt); in applyMaxInteger() method
DDecimalQuantity_AbstractBCD.java144 public void applyMaxInteger(int maxInt) { in applyMaxInteger() method in DecimalQuantity_AbstractBCD
/external/icu/icu4c/source/i18n/
Dnumber_integerwidth.cpp57 quantity.applyMaxInteger(fUnion.minMaxInt.fMaxInt); in apply()
Dnumber_decimalquantity.h77 void applyMaxInteger(int32_t maxInt);
Dnumber_decimalquantity.cpp157 void DecimalQuantity::applyMaxInteger(int32_t maxInt) { in applyMaxInteger() function in DecimalQuantity
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DDecimalQuantityTest.java324 fq.applyMaxInteger(17); in testSwitchStorage()
326 fq.applyMaxInteger(16); in testSwitchStorage()
328 fq.applyMaxInteger(15); in testSwitchStorage()
422 fq.applyMaxInteger(5); in testDecimalQuantityBehaviorStandalone()
527 dq.applyMaxInteger(2); in testMaxDigits()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java321 fq.applyMaxInteger(17); in testSwitchStorage()
323 fq.applyMaxInteger(16); in testSwitchStorage()
325 fq.applyMaxInteger(15); in testSwitchStorage()
419 fq.applyMaxInteger(5); in testDecimalQuantityBehaviorStandalone()
524 dq.applyMaxInteger(2); in testMaxDigits()
/external/icu/libicu/cts_headers/
Dnumber_decimalquantity.h77 void applyMaxInteger(int32_t maxInt);
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberFormatterImpl.java111 inValue.applyMaxInteger(micros.integerWidth.maxInt); in preProcess()
124 inValue.applyMaxInteger(micros.integerWidth.maxInt); in preProcessUnsafe()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatterImpl.java110 inValue.applyMaxInteger(micros.integerWidth.maxInt); in preProcess()
123 inValue.applyMaxInteger(micros.integerWidth.maxInt); in preProcessUnsafe()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java352 public void applyMaxInteger(int maxInt) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java349 public void applyMaxInteger(int maxInt) {