Searched refs:FormatString (Results 1 – 1 of 1) sorted by relevance
2505 FormatString[] fsa = parse(format); in format()2507 FormatString fs = fsa[i]; in format()2544 private FormatString[] parse(String s) { in parse()2545 ArrayList<FormatString> al = new ArrayList<>(); in parse()2563 return al.toArray(new FormatString[al.size()]); in parse()2672 private interface FormatString { interface in Formatter2678 private class FixedString implements FormatString {2702 private class FormatSpecifier implements FormatString {