Home
last modified time | relevance | path

Searched refs:copyBcdFrom (Results 1 – 11 of 11) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java178 protected void copyBcdFrom(DecimalQuantity _other) { in copyBcdFrom() method
DDecimalQuantity_ByteArrayBCD.java225 protected void copyBcdFrom(DecimalQuantity _other) { in copyBcdFrom() method in DecimalQuantity_ByteArrayBCD
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java175 protected void copyBcdFrom(DecimalQuantity _other) { in copyBcdFrom() method
DDecimalQuantity_ByteArrayBCD.java222 protected void copyBcdFrom(DecimalQuantity _other) { in copyBcdFrom() method in DecimalQuantity_ByteArrayBCD
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h492 void copyBcdFrom(const DecimalQuantity &other);
Dnumber_decimalquantity.cpp100 copyBcdFrom(other); in operator =()
1238 void DecimalQuantity::copyBcdFrom(const DecimalQuantity &other) { in copyBcdFrom() function in DecimalQuantity
/external/icu/libicu/cts_headers/
Dnumber_decimalquantity.h492 void copyBcdFrom(const DecimalQuantity &other);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java97 copyBcdFrom(_other); in copyFrom()
1241 protected abstract void copyBcdFrom(DecimalQuantity _other); in copyBcdFrom() method in DecimalQuantity_AbstractBCD
DDecimalQuantity_DualStorageBCD.java352 protected void copyBcdFrom(DecimalQuantity _other) { in copyBcdFrom() method in DecimalQuantity_DualStorageBCD
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_AbstractBCD.java99 copyBcdFrom(_other); in copyFrom()
1243 protected abstract void copyBcdFrom(DecimalQuantity _other); in copyBcdFrom() method in DecimalQuantity_AbstractBCD
DDecimalQuantity_DualStorageBCD.java354 protected void copyBcdFrom(DecimalQuantity _other) { in copyBcdFrom() method in DecimalQuantity_DualStorageBCD