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

  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 677 buffer.append(ndf.formatDouble(value, position));
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 260 public char[] formatDouble(double value, FieldPosition field) {
262 char[] result = formatDouble(this.address, value, fpi);
296 text = new String(formatDouble(this.address, dv, fpIter));
627 private static native char[] formatDouble(long addr, double value, FieldPositionIterator iter);

Completed in 1332 milliseconds