Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DDecimalQuantityTest.java307 fq.setToLong(1234123412341234L); in testSwitchStorage()
419 fq.setToLong(90909090909000L); in testDecimalQuantityBehaviorStandalone()
447 quantity.setToLong(1000000); in testFitsInLong()
449 quantity.setToLong(1000000000000000000L); in testFitsInLong()
451 quantity.setToLong(1234567890123456789L); in testFitsInLong()
453 quantity.setToLong(1234567890000000000L); in testFitsInLong()
455 quantity.setToLong(9223372026854775808L); in testFitsInLong()
458 quantity.setToLong(9223372036854775806L); in testFitsInLong()
460 quantity.setToLong(9223372036854775807L); in testFitsInLong()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java304 fq.setToLong(1234123412341234L); in testSwitchStorage()
416 fq.setToLong(90909090909000L); in testDecimalQuantityBehaviorStandalone()
444 quantity.setToLong(1000000); in testFitsInLong()
446 quantity.setToLong(1000000000000000000L); in testFitsInLong()
448 quantity.setToLong(1234567890123456789L); in testFitsInLong()
450 quantity.setToLong(1234567890000000000L); in testFitsInLong()
452 quantity.setToLong(9223372026854775808L); in testFitsInLong()
455 quantity.setToLong(9223372036854775806L); in testFitsInLong()
457 quantity.setToLong(9223372036854775807L); in testFitsInLong()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp91 fq.setToLong(90909090909000L); in testDecimalQuantityBehaviorStandalone()
115 fq.setToLong(1234123412341234L); in testSwitchStorage()
145 a.setToLong(1234123412341234L); in testCopyMove()
151 c.setToLong(54321L); in testCopyMove()
156 b.setToLong(45678); in testCopyMove()
157 c.setToLong(56789); in testCopyMove()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java40 setToLong(input); in DecimalQuantity_DualStorageBCD()
67 setToLong(number.longValue()); in DecimalQuantity_DualStorageBCD()
DDecimalQuantity_AbstractBCD.java376 public void setToLong(long n) { in setToLong() method in DecimalQuantity_AbstractBCD
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java42 setToLong(input); in DecimalQuantity_DualStorageBCD()
69 setToLong(number.longValue()); in DecimalQuantity_DualStorageBCD()
DDecimalQuantity_AbstractBCD.java378 public void setToLong(long n) { in setToLong() method in DecimalQuantity_AbstractBCD
/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/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/icu4c/source/i18n/
Dnumber_decimalquantity.h216 DecimalQuantity &setToLong(int64_t n);
Dnumber_capi.cpp120 result->fData.quantity.setToLong(value); in unumf_formatInt()
Ddecimfmt.cpp603 output.quantity.setToLong(number); in format()
626 output.quantity.setToLong(number); in format()
650 output.quantity.setToLong(number); in format()
Dnumber_longnames.cpp497 fdec.setToLong(micros.mixedMeasures[i]); in getMixedUnitModifier()
Dnumber_fluent.cpp531 results->quantity.setToLong(value); in formatInt()
Dfmtable.cpp767 output.setToLong(this->getInt64()); in populateDecimalQuantity()
Dnumber_decimalquantity.cpp386 DecimalQuantity &DecimalQuantity::setToLong(int64_t n) { in setToLong() function in DecimalQuantity
Drbnf.cpp1305 decimalQuantity->setToLong(number); in format()
/external/icu/libicu/cts_headers/
Dnumber_decimalquantity.h216 DecimalQuantity &setToLong(int64_t n);