Home
last modified time | relevance | path

Searched refs:setToInt (Results 1 – 25 of 32) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java45 setToInt(input); in DecimalQuantity_DualStorageBCD()
70 setToInt(number.intValue()); in DecimalQuantity_DualStorageBCD()
DDecimalQuantity_AbstractBCD.java357 public void setToInt(int n) { in setToInt() method in DecimalQuantity_AbstractBCD
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java44 setToInt(input); in DecimalQuantity_DualStorageBCD()
69 setToInt(number.intValue()); in DecimalQuantity_DualStorageBCD()
DDecimalQuantity_AbstractBCD.java363 public void setToInt(int n) { in setToInt() method in DecimalQuantity_AbstractBCD
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java32 setToInt(input); in DecimalQuantity_64BitBCD()
DDecimalQuantity_ByteArrayBCD.java32 setToInt(input); in DecimalQuantity_ByteArrayBCD()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java35 setToInt(input); in DecimalQuantity_64BitBCD()
DDecimalQuantity_ByteArrayBCD.java35 setToInt(input); in DecimalQuantity_ByteArrayBCD()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.h166 DecimalQuantity &setToInt(int32_t n);
Dfmtable.cpp759 output.setToInt(this->getLong()); in populateDecimalQuantity()
Dnumber_decimalquantity.cpp323 DecimalQuantity &DecimalQuantity::setToInt(int32_t n) { in setToInt() function in DecimalQuantity
Dnumber_skeletons.cpp1279 dq.setToInt(1); in generateScaleOption()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h214 DecimalQuantity &setToInt(int32_t n);
Dfmtable.cpp764 output.setToInt(this->getLong()); in populateDecimalQuantity()
Dnumber_decimalquantity.cpp364 DecimalQuantity &DecimalQuantity::setToInt(int32_t n) { in setToInt() function in DecimalQuantity
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.h219 DecimalQuantity &setToInt(int32_t n);
Dfmtable.cpp764 output.setToInt(this->getLong()); in populateDecimalQuantity()
Dnumber_decimalquantity.cpp369 DecimalQuantity &DecimalQuantity::setToInt(int32_t n) { in setToInt() function in DecimalQuantity
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.h214 DecimalQuantity &setToInt(int32_t n);
Dfmtable.cpp764 output.setToInt(this->getLong()); in populateDecimalQuantity()
Dnumber_decimalquantity.cpp364 DecimalQuantity &DecimalQuantity::setToInt(int32_t n) { in setToInt() function in DecimalQuantity
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp87 fq.setToInt(51423); in testDecimalQuantityBehaviorStandalone()
364 quantity.setToInt(0); in testFitsInLong()
366 quantity.setToInt(42); in testFitsInLong()
Dnumbertest_patternmodifier.cpp144 fq.setToInt(1); in testMutableEqualsImmutable()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java416 fq.setToInt(51423); in testDecimalQuantityBehaviorStandalone()
440 quantity.setToInt(0); in testFitsInLong()
442 quantity.setToInt(42); in testFitsInLong()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DDecimalQuantityTest.java415 fq.setToInt(51423); in testDecimalQuantityBehaviorStandalone()
439 quantity.setToInt(0); in testFitsInLong()
441 quantity.setToInt(42); in testFitsInLong()

12