Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java85 protected void popFromLeft(int numDigits) {
DDecimalQuantity_ByteArrayBCD.java97 protected void popFromLeft(int numDigits) { in popFromLeft() method in DecimalQuantity_ByteArrayBCD
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java88 protected void popFromLeft(int numDigits) {
DDecimalQuantity_ByteArrayBCD.java100 protected void popFromLeft(int numDigits) { in popFromLeft() method in DecimalQuantity_ByteArrayBCD
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h462 void popFromLeft(int32_t numDigits);
Dnumber_decimalquantity.cpp172 popFromLeft(magnitude - maxInt + 1); in applyMaxInteger()
1040 void DecimalQuantity::popFromLeft(int32_t numDigits) { in popFromLeft() function in DecimalQuantity
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.h469 void popFromLeft(int32_t numDigits);
Dnumber_decimalquantity.cpp172 popFromLeft(magnitude - maxInt + 1); in applyMaxInteger()
1055 void DecimalQuantity::popFromLeft(int32_t numDigits) { in popFromLeft() function in DecimalQuantity
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.h462 void popFromLeft(int32_t numDigits);
Dnumber_decimalquantity.cpp172 popFromLeft(magnitude - maxInt + 1); in applyMaxInteger()
1040 void DecimalQuantity::popFromLeft(int32_t numDigits) { in popFromLeft() function in DecimalQuantity
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity_AbstractBCD.java161 popFromLeft(magnitude - maxInt + 1); in applyMaxInteger()
1200 protected abstract void popFromLeft(int numDigits); in popFromLeft() method in DecimalQuantity_AbstractBCD
DDecimalQuantity_DualStorageBCD.java160 protected void popFromLeft(int numDigits) { in popFromLeft() method in DecimalQuantity_DualStorageBCD
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java159 popFromLeft(magnitude - maxInt + 1); in applyMaxInteger()
1198 protected abstract void popFromLeft(int numDigits); in popFromLeft() method in DecimalQuantity_AbstractBCD
DDecimalQuantity_DualStorageBCD.java154 protected void popFromLeft(int numDigits) { in popFromLeft() method in DecimalQuantity_DualStorageBCD