/external/icu/icu4c/source/test/intltest/ |
D | numbertest_decimalquantity.cpp | 94 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/ |
D | DecimalQuantity.java | 57 public void applyMaxInteger(int maxInt); in applyMaxInteger() method
|
D | DecimalQuantity_AbstractBCD.java | 146 public void applyMaxInteger(int maxInt) { in applyMaxInteger() method in DecimalQuantity_AbstractBCD
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | DecimalQuantity.java | 55 public void applyMaxInteger(int maxInt); in applyMaxInteger() method
|
D | DecimalQuantity_AbstractBCD.java | 144 public void applyMaxInteger(int maxInt) { in applyMaxInteger() method in DecimalQuantity_AbstractBCD
|
/external/icu/icu4c/source/i18n/ |
D | number_integerwidth.cpp | 57 quantity.applyMaxInteger(fUnion.minMaxInt.fMaxInt); in apply()
|
D | number_decimalquantity.h | 77 void applyMaxInteger(int32_t maxInt);
|
D | number_decimalquantity.cpp | 157 void DecimalQuantity::applyMaxInteger(int32_t maxInt) { in applyMaxInteger() function in DecimalQuantity
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | DecimalQuantityTest.java | 324 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/ |
D | DecimalQuantityTest.java | 321 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/ |
D | number_decimalquantity.h | 77 void applyMaxInteger(int32_t maxInt);
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | NumberFormatterImpl.java | 111 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/ |
D | NumberFormatterImpl.java | 110 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/ |
D | DecimalQuantity_SimpleStorage.java | 352 public void applyMaxInteger(int maxInt) {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 349 public void applyMaxInteger(int maxInt) {
|