Searched refs:curChar (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/sun/text/
H A DComposedCharIter.java67 if (curChar == decompNum - 1) {
70 return chars[++curChar];
80 return decomps[curChar];
82 private int curChar = -1; field in class:ComposedCharIter
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDParserTokenManager.java539 try { curChar = input_stream.readChar(); }
545 switch(curChar)
594 try { curChar = input_stream.readChar(); }
599 switch(curChar)
638 try { curChar = input_stream.readChar(); }
643 switch(curChar)
676 try { curChar = input_stream.readChar(); }
681 switch(curChar)
716 try { curChar = input_stream.readChar(); }
721 switch(curChar)
2335 protected char curChar; field in class:SCDParserTokenManager
[all...]
H A DTokenMgrError.java122 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) { argument
126 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
155 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { argument
156 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserTokenManager.java179 switch(curChar)
279 try { curChar = input_stream.readChar(); }
284 switch(curChar)
390 try { curChar = input_stream.readChar(); }
395 switch(curChar)
462 try { curChar = input_stream.readChar(); }
467 switch(curChar)
534 try { curChar = input_stream.readChar(); }
539 switch(curChar)
606 try { curChar
1428 protected char curChar; field in class:ExpressionParserTokenManager
[all...]
H A DTokenMgrError.java132 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) { argument
136 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
168 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { argument
169 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntaxTokenManager.java211 switch(curChar)
275 try { curChar = input_stream.readChar(); }
280 switch(curChar)
321 try { curChar = input_stream.readChar(); }
326 switch(curChar)
365 try { curChar = input_stream.readChar(); }
370 switch(curChar)
401 try { curChar = input_stream.readChar(); }
406 switch(curChar)
447 try { curChar
1668 protected char curChar; field in class:CompactSyntaxTokenManager
[all...]
H A DTokenMgrError.java152 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) { argument
156 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
188 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { argument
189 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);

Completed in 112 milliseconds