Searched defs:nextIsInt (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java2587 if (nextIsInt()) {
2606 if (width == null && nextIsInt()) {
2612 if (!nextIsInt()) {
2629 while (nextIsInt()) {
2635 private boolean nextIsInt() { method in class:Formatter.FormatSpecifierParser

Completed in 41 milliseconds