Home
last modified time | relevance | path

Searched refs:setToLong (Results 1 – 17 of 17) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DDecimalQuantityTest.java302 fq.setToLong(1234123412341234L); in testSwitchStorage()
414 fq.setToLong(90909090909000L); in testDecimalQuantityBehaviorStandalone()
442 quantity.setToLong(1000000); in testFitsInLong()
444 quantity.setToLong(1000000000000000000L); in testFitsInLong()
446 quantity.setToLong(1234567890123456789L); in testFitsInLong()
448 quantity.setToLong(1234567890000000000L); in testFitsInLong()
450 quantity.setToLong(9223372026854775808L); in testFitsInLong()
453 quantity.setToLong(9223372036854775806L); in testFitsInLong()
455 quantity.setToLong(9223372036854775807L); in testFitsInLong()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java299 fq.setToLong(1234123412341234L); in testSwitchStorage()
411 fq.setToLong(90909090909000L); in testDecimalQuantityBehaviorStandalone()
439 quantity.setToLong(1000000); in testFitsInLong()
441 quantity.setToLong(1000000000000000000L); in testFitsInLong()
443 quantity.setToLong(1234567890123456789L); in testFitsInLong()
445 quantity.setToLong(1234567890000000000L); in testFitsInLong()
447 quantity.setToLong(9223372026854775808L); in testFitsInLong()
450 quantity.setToLong(9223372036854775806L); in testFitsInLong()
452 quantity.setToLong(9223372036854775807L); in testFitsInLong()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp89 fq.setToLong(90909090909000L); in testDecimalQuantityBehaviorStandalone()
113 fq.setToLong(1234123412341234L); in testSwitchStorage()
143 a.setToLong(1234123412341234L); in testCopyMove()
149 c.setToLong(54321L); in testCopyMove()
154 b.setToLong(45678); in testCopyMove()
155 c.setToLong(56789); in testCopyMove()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java39 setToLong(input); in DecimalQuantity_DualStorageBCD()
66 setToLong(number.longValue()); in DecimalQuantity_DualStorageBCD()
DDecimalQuantity_AbstractBCD.java346 public void setToLong(long n) { in setToLong() method in DecimalQuantity_AbstractBCD
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java41 setToLong(input); in DecimalQuantity_DualStorageBCD()
68 setToLong(number.longValue()); in DecimalQuantity_DualStorageBCD()
DDecimalQuantity_AbstractBCD.java348 public void setToLong(long n) { in setToLong() method in DecimalQuantity_AbstractBCD
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java28 setToLong(input); in DecimalQuantity_64BitBCD()
DDecimalQuantity_ByteArrayBCD.java28 setToLong(input); in DecimalQuantity_ByteArrayBCD()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java31 setToLong(input); in DecimalQuantity_64BitBCD()
DDecimalQuantity_ByteArrayBCD.java31 setToLong(input); in DecimalQuantity_ByteArrayBCD()
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h186 DecimalQuantity &setToLong(int64_t n);
Dnumber_capi.cpp119 result->fData.quantity.setToLong(value); in unumf_formatInt()
Dnumber_fluent.cpp615 results->quantity.setToLong(value); in formatInt()
Dfmtable.cpp767 output.setToLong(this->getInt64()); in populateDecimalQuantity()
Dnumber_decimalquantity.cpp368 DecimalQuantity &DecimalQuantity::setToLong(int64_t n) { in setToLong() function in DecimalQuantity
Drbnf.cpp1305 decimalQuantity->setToLong(number); in format()