Searched refs:nextAlpha (Results 1 – 1 of 1) sorted by relevance
731 for (; current.compareTo(end) <= 0; current = nextAlpha(current)) { in StandardCodes()824 private static String nextAlpha(String current) { in nextAlpha() method in StandardCodes1231 for (; lastTag.compareTo(endTag) <= 0; lastTag = nextAlpha(lastTag)) {