Searched refs:formatTo (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DFormattable.java57 void formatTo(Formatter formatter, int flags, int width, int precision) method in interface:Formattable
H A DFormatter.java143 * {@code formatTo} method invoked; all other types use {@code toString}.
1080 // The substitution is null if we called Formattable.formatTo.
1574 ((Formattable) arg).formatTo(this, flags, formatToken.getWidth(),
1577 // Formattable.formatTo, thus there is nothing to do, just
/libcore/luni/src/test/java/libcore/java/util/
H A DOldFormattableTest.java29 public void formatTo(Formatter arg0, int arg1, int arg2, int arg3) { method in class:OldFormattableTest.Mock_Formattable
H A DOldFormatterTest.java33 public void formatTo(Formatter formatter, int flags, int width, int precision) throws IllegalFormatException {
42 public void formatTo(Formatter formatter, int flags, int width, int precision) throws IllegalFormatException {

Completed in 98 milliseconds