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

/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java2572 private FormatSpecifier fs;
2624 fs = new FormatSpecifier(index, flags, width, precision, tT, conv);
2661 public FormatSpecifier getFormatSpecifier() {
2701 private class FormatSpecifier implements FormatString { class in class:Formatter
2796 FormatSpecifier(String indexStr, String flagsStr, String widthStr, method in class:Formatter.FormatSpecifier

Completed in 199 milliseconds