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

/dalvik/libcore/luni/src/main/java/java/io/
H A DStreamTokenizer.java51 public static final int TT_EOF = -1; field in class:StreamTokenizer
90 * <li> {@code TT_EOF} - the end of the stream has been reached.</li>
234 * as {@code TT_EOF} in {@code ttype} by this tokenizer.
292 return (ttype = TT_EOF);
323 return (ttype = TT_EOF);
459 return (ttype = TT_EOF);
637 case TT_EOF:

Completed in 36 milliseconds