Searched refs:getc (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java316 {Integer.toHexString(((int) getc()))});
399 // see getc() for the PE logic -- this lets us splice
400 // expansions of PEs in "anywhere". getc() has smarts,
406 // where whitespace is allowed. getc wouldn't need any
412 char c = getc();
423 c = getc();
440 char c = getc();
454 char c = getc();
502 char quote = getc();
526 if ((c = getc())
2063 private char getc() throws IOException, SAXException { method in class:DTDParser
[all...]
H A DInputEntity.java231 * returns the next name char, or NUL ... faster than getc(),
253 public char getc() throws IOException, SAXException { method in class:InputEntity
283 c = getc();
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp577 int c = getc(stream);
586 c = getc(stream);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DNewInstanceExpression.java524 MemberDefinition getc = c.getFirstMatch(idGetClass);
526 asm.add(where, opc_invokevirtual, getc);
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp880 int c = getc(stream);
912 c = getc(stream);

Completed in 1725 milliseconds