Searched refs:spos (Results 1 – 1 of 1) sorted by relevance
493 private void checkChar(String s, int spos, char expected) { in checkChar() argument494 char c = s.charAt(spos); in checkChar()498 (int) c, spos, (int) expected, expected)); in checkChar()502 private static int getChar(String s, int spos, int mul) { in getChar() argument503 char c = s.charAt(spos); in getChar()507 throw new TimeFormatException("Parse error at pos=" + spos); in getChar()