Searched refs:spos (Results 1 – 1 of 1) sorted by relevance
492 private void checkChar(String s, int spos, char expected) { in checkChar() argument493 char c = s.charAt(spos); in checkChar()497 (int) c, spos, (int) expected, expected)); in checkChar()501 private static int getChar(String s, int spos, int mul) { in getChar() argument502 char c = s.charAt(spos); in getChar()506 throw new TimeFormatException("Parse error at pos=" + spos); in getChar()