Home | History | Annotate | Download | only in io

Lines Matching defs:printf

862      * <p> An invocation of this method of the form <tt>out.printf(format,
899 public PrintStream printf(String format, Object ... args) {
907 * <p> An invocation of this method of the form <tt>out.printf(l, format,
949 public PrintStream printf(Locale l, String format, Object ... args) {