Searched refs:formatTo (Results 1 - 5 of 5) 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}.
1082 // The substitution is null if we called Formattable.formatTo.
1576 ((Formattable) arg).formatTo(this, flags, formatToken.getWidth(),
1579 // 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.java32 public void formatTo(Formatter formatter, int flags, int width, int precision) throws IllegalFormatException {
41 public void formatTo(Formatter formatter, int flags, int width, int precision) throws IllegalFormatException {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DFormatterTest.java79 public void formatTo(Formatter formatter, int flags, int width, method in class:FormatterTest.MockFormattable

Completed in 99 milliseconds