Home
last modified time | relevance | path

Searched refs:_setToLong (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity_AbstractBCD.java386 _setToLong(n); in setToLong()
391 private void _setToLong(long n) { in _setToLong() method in DecimalQuantity_AbstractBCD
489 _setToLong((long) n); in _setToDoubleFast()
516 _setToLong(result); in _setToDoubleFast()
539 _setToLong(Long.parseLong(dstr.charAt(0) + dstr.substring(2, expPos))); in convertToAccurateDouble()
544 _setToLong(Long.parseLong(dstr.substring(2))); in convertToAccurateDouble()
552 _setToLong(Long.parseLong(dstr.substring(0, dstr.length() - 2))); in convertToAccurateDouble()
557_setToLong(Long.parseLong(dstr.substring(0, decimalPos) + dstr.substring(decimalPos + 1))); in convertToAccurateDouble()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java392 _setToLong(n); in setToLong()
397 private void _setToLong(long n) { in _setToLong() method in DecimalQuantity_AbstractBCD
495 _setToLong((long) n); in _setToDoubleFast()
522 _setToLong(result); in _setToDoubleFast()
545 _setToLong(Long.parseLong(dstr.charAt(0) + dstr.substring(2, expPos))); in convertToAccurateDouble()
550 _setToLong(Long.parseLong(dstr.substring(2))); in convertToAccurateDouble()
558 _setToLong(Long.parseLong(dstr.substring(0, dstr.length() - 2))); in convertToAccurateDouble()
563_setToLong(Long.parseLong(dstr.substring(0, decimalPos) + dstr.substring(decimalPos + 1))); in convertToAccurateDouble()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.h459 void _setToLong(int64_t n);
Dnumber_decimalquantity.cpp356 _setToLong(n); in setToLong()
362 void DecimalQuantity::_setToLong(int64_t n) { in _setToLong() function in DecimalQuantity
418 _setToLong(static_cast<int64_t>(n)); in _setToDoubleFast()
437 _setToLong(result); in _setToDoubleFast()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h508 void _setToLong(int64_t n);
Dnumber_decimalquantity.cpp397 _setToLong(n); in setToLong()
403 void DecimalQuantity::_setToLong(int64_t n) { in _setToLong() function in DecimalQuantity
456 _setToLong(static_cast<int64_t>(n)); in _setToDoubleFast()
481 _setToLong(result); in _setToDoubleFast()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.h515 void _setToLong(int64_t n);
Dnumber_decimalquantity.cpp402 _setToLong(n); in setToLong()
408 void DecimalQuantity::_setToLong(int64_t n) { in _setToLong() function in DecimalQuantity
461 _setToLong(static_cast<int64_t>(n)); in _setToDoubleFast()
486 _setToLong(result); in _setToDoubleFast()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.h508 void _setToLong(int64_t n);
Dnumber_decimalquantity.cpp397 _setToLong(n); in setToLong()
403 void DecimalQuantity::_setToLong(int64_t n) { in _setToLong() function in DecimalQuantity
456 _setToLong(static_cast<int64_t>(n)); in _setToDoubleFast()
481 _setToLong(result); in _setToDoubleFast()