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

  /external/smack/src/org/xbill/DNS/
Name.java 57 private static final DecimalFormat byteFormat = new DecimalFormat();
66 byteFormat.setMinimumIntegerDigits(3);
572 sb.append(byteFormat.format(b));
Record.java 25 private static final DecimalFormat byteFormat = new DecimalFormat();
28 byteFormat.setMinimumIntegerDigits(3);
409 sb.append(byteFormat.format(b));

Completed in 38 milliseconds