Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java384 _setToLong(n); in setToLong()
389 private void _setToLong(long n) { in _setToLong() method in DecimalQuantity_AbstractBCD
487 _setToLong((long) n); in _setToDoubleFast()
514 _setToLong(result); in _setToDoubleFast()
537 _setToLong(Long.parseLong(dstr.charAt(0) + dstr.substring(2, expPos))); in convertToAccurateDouble()
542 _setToLong(Long.parseLong(dstr.substring(2))); in convertToAccurateDouble()
550 _setToLong(Long.parseLong(dstr.substring(0, dstr.length() - 2))); in convertToAccurateDouble()
555_setToLong(Long.parseLong(dstr.substring(0, decimalPos) + dstr.substring(decimalPos + 1))); in convertToAccurateDouble()
/external/icu/android_icu4j/src/main/java/android/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()
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h508 void _setToLong(int64_t n);
Dnumber_decimalquantity.cpp394 _setToLong(n); in setToLong()
400 void DecimalQuantity::_setToLong(int64_t n) { in _setToLong() function in DecimalQuantity
453 _setToLong(static_cast<int64_t>(n)); in _setToDoubleFast()
478 _setToLong(result); in _setToDoubleFast()
/external/icu/libicu/cts_headers/
Dnumber_decimalquantity.h508 void _setToLong(int64_t n);