Searched refs:FormatString (Results 1 – 1 of 1) sorted by relevance
2510 FormatString[] fsa = parse(format); in format()2512 FormatString fs = fsa[i]; in format()2549 private FormatString[] parse(String s) { in parse()2550 ArrayList<FormatString> al = new ArrayList<>(); in parse()2568 return al.toArray(new FormatString[al.size()]); in parse()2677 private interface FormatString { interface in Formatter2683 private class FixedString implements FormatString {2707 private class FormatSpecifier implements FormatString {