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

  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 687 buffer.append(ndf.formatLong(value, position));
697 ? ndf.formatLong(bigInteger.longValue(), position)
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 301 public char[] formatLong(long value, FieldPosition field) {
303 char[] result = formatLong(this.address, value, fpi);
362 text = new String(formatLong(this.address, lv, fpIter));
621 private static native char[] formatLong(long addr, long value, FieldPositionIterator iter);

Completed in 61 milliseconds