Home
last modified time | relevance | path

Searched defs:popFromLeft (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_ByteArrayBCD.java100 protected void popFromLeft(int numDigits) { in popFromLeft() method in DecimalQuantity_ByteArrayBCD
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_ByteArrayBCD.java97 protected void popFromLeft(int numDigits) { in popFromLeft() method in DecimalQuantity_ByteArrayBCD
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java158 protected void popFromLeft(int numDigits) { in popFromLeft() method in DecimalQuantity_DualStorageBCD
DDecimalQuantity_AbstractBCD.java1134 protected abstract void popFromLeft(int numDigits); in popFromLeft() method in DecimalQuantity_AbstractBCD
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java160 protected void popFromLeft(int numDigits) { in popFromLeft() method in DecimalQuantity_DualStorageBCD
DDecimalQuantity_AbstractBCD.java1136 protected abstract void popFromLeft(int numDigits); in popFromLeft() method in DecimalQuantity_AbstractBCD
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp999 void DecimalQuantity::popFromLeft(int32_t numDigits) { in popFromLeft() function in DecimalQuantity