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

/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java2579 private String conv; field in class:Formatter.FormatSpecifierParser
2622 conv = String.valueOf(advance());
2624 fs = new FormatSpecifier(index, flags, width, precision, tT, conv);

Completed in 45 milliseconds