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

/openjdk7/jdk/src/share/classes/java/io/
H A DStreamTokenizer.java80 private int peekc = NEED_CHAR; field in class:StreamTokenizer
533 int c = peekc;
550 /* Set peekc so that the next invocation of nextToken will read
551 * another character unless peekc is reset in this invocation
553 peekc = NEED_CHAR;
560 peekc = SKIP_LF;
585 peekc = c;
603 peekc = c;
628 peekc = c;
700 peekc
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DInputEntity.java312 public boolean peekc(char c) throws IOException, SAXException { method in class:InputEntity

Completed in 398 milliseconds