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

/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java115 * System.out.format("Local time: %tT", Calendar.getInstance());
527 * <td> Date and time formatted as {@code "%ta %tb %td %tT %tZ %tY"},
1724 * <td> Date and time formatted as {@code "%ta %tb %td %tT %tZ %tY"},
2578 private String tT; field in class:Formatter.FormatSpecifierParser
2617 // tT
2619 tT = String.valueOf(advance());
2624 fs = new FormatSpecifier(index, flags, width, precision, tT, conv);

Completed in 23 milliseconds