Home | History | Annotate | Download | only in io

Lines Matching defs:printf

42  * it will be done only when one of the <tt>println</tt>, <tt>printf</tt>, or
108 * <tt>printf</tt>, or <tt>format</tt> methods will
142 * <tt>printf</tt>, or <tt>format</tt> methods will
766 * <p> An invocation of this method of the form <tt>out.printf(format,
803 public PrintWriter printf(String format, Object ... args) {
812 * <p> An invocation of this method of the form <tt>out.printf(l, format,
854 public PrintWriter printf(Locale l, String format, Object ... args) {