HomeSort by relevance Sort by last modified time
    Searched defs:_setToDoubleFast (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DecimalQuantity_AbstractBCD.java 400 _setToDoubleFast(n);
414 private void _setToDoubleFast(double n) {
451 * into the BCD. This method can be called at any point after {@link #_setToDoubleFast} while
  /external/icu/icu4c/source/i18n/
number_decimalquantity.cpp 342 _setToDoubleFast(n);
348 void DecimalQuantity::_setToDoubleFast(double n) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DecimalQuantity_AbstractBCD.java 398 _setToDoubleFast(n);
412 private void _setToDoubleFast(double n) {
449 * into the BCD. This method can be called at any point after {@link #_setToDoubleFast} while

Completed in 91 milliseconds