Home
last modified time | relevance | path

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

12

/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp92 fq.setToLong(90909090909000L); in testDecimalQuantityBehaviorStandalone()
116 fq.setToLong(1234123412341234L); in testSwitchStorage()
146 a.setToLong(1234123412341234L); in testCopyMove()
152 c.setToLong(54321L); in testCopyMove()
157 b.setToLong(45678); in testCopyMove()
158 c.setToLong(56789); in testCopyMove()
372 quantity.setToLong(1000000); in testFitsInLong()
374 quantity.setToLong(1000000000000000000L); in testFitsInLong()
376 quantity.setToLong(1234567890123456789L); in testFitsInLong()
378 quantity.setToLong(1234567890000000000L); in testFitsInLong()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java308 fq.setToLong(1234123412341234L); in testSwitchStorage()
420 fq.setToLong(90909090909000L); in testDecimalQuantityBehaviorStandalone()
448 quantity.setToLong(1000000); in testFitsInLong()
450 quantity.setToLong(1000000000000000000L); in testFitsInLong()
452 quantity.setToLong(1234567890123456789L); in testFitsInLong()
454 quantity.setToLong(1234567890000000000L); in testFitsInLong()
456 quantity.setToLong(9223372026854775808L); in testFitsInLong()
459 quantity.setToLong(9223372036854775806L); in testFitsInLong()
461 quantity.setToLong(9223372036854775807L); in testFitsInLong()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java41 setToLong(input); in DecimalQuantity_DualStorageBCD()
68 setToLong(number.longValue()); in DecimalQuantity_DualStorageBCD()
DDecimalQuantity_AbstractBCD.java378 public void setToLong(long n) { in setToLong() method in DecimalQuantity_AbstractBCD
/third_party/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()
/third_party/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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java31 setToLong(input); in DecimalQuantity_64BitBCD()
DDecimalQuantity_ByteArrayBCD.java31 setToLong(input); in DecimalQuantity_ByteArrayBCD()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/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_fluent.cpp545 results->quantity.setToLong(value); in formatInt()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.h221 DecimalQuantity &setToLong(int64_t n);
Dnumber_capi.cpp121 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_fluent.cpp545 results->quantity.setToLong(value); in formatInt()
/third_party/skia/third_party/externals/icu/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_fluent.cpp545 results->quantity.setToLong(value); in formatInt()

12