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.java296 fq.setToLong(1234123412341234L); in testSwitchStorage()
399 fq.setToLong(999999999999000L); in testDecimalQuantityBehaviorStandalone()
426 quantity.setToLong(1000000); in testFitsInLong()
428 quantity.setToLong(1000000000000000000L); in testFitsInLong()
430 quantity.setToLong(1234567890123456789L); in testFitsInLong()
432 quantity.setToLong(1234567890000000000L); in testFitsInLong()
434 quantity.setToLong(9223372026854775808L); in testFitsInLong()
437 quantity.setToLong(9223372036854775806L); in testFitsInLong()
439 quantity.setToLong(9223372036854775807L); in testFitsInLong()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java293 fq.setToLong(1234123412341234L); in testSwitchStorage()
396 fq.setToLong(999999999999000L); in testDecimalQuantityBehaviorStandalone()
423 quantity.setToLong(1000000); in testFitsInLong()
425 quantity.setToLong(1000000000000000000L); in testFitsInLong()
427 quantity.setToLong(1234567890123456789L); in testFitsInLong()
429 quantity.setToLong(1234567890000000000L); in testFitsInLong()
431 quantity.setToLong(9223372026854775808L); in testFitsInLong()
434 quantity.setToLong(9223372036854775806L); in testFitsInLong()
436 quantity.setToLong(9223372036854775807L); in testFitsInLong()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp84 fq.setToLong(999999999999000L); in testDecimalQuantityBehaviorStandalone()
106 fq.setToLong(1234123412341234L); in testSwitchStorage()
127 a.setToLong(1234123412341234L); in testCopyMove()
133 c.setToLong(54321L); in testCopyMove()
138 b.setToLong(45678); in testCopyMove()
139 c.setToLong(56789); in testCopyMove()
/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.java354 public void setToLong(long n) { in setToLong() method in DecimalQuantity_AbstractBCD
/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.java352 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.h168 DecimalQuantity &setToLong(int64_t n);
Dnumber_capi.cpp118 result->quantity.setToLong(value); in unumf_formatInt()
Dfmtable.cpp762 output.setToLong(this->getInt64()); in populateDecimalQuantity()
Dnumber_fluent.cpp597 results->quantity.setToLong(value); in formatInt()
Dnumber_decimalquantity.cpp348 DecimalQuantity &DecimalQuantity::setToLong(int64_t n) { in setToLong() function in DecimalQuantity
Drbnf.cpp1338 decimalQuantity->setToLong(number); in format()