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

/openjdk7/jdk/src/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
/openjdk7/jaxws/src/share/jaxws_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);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParserTokenManager.java275 try { curChar = input_stream.readChar(); }
281 switch(curChar)
321 try { curChar = input_stream.readChar(); }
326 switch(curChar)
349 try { curChar = input_stream.readChar(); }
354 switch(curChar)
383 try { curChar = input_stream.readChar(); }
388 switch(curChar)
418 try { curChar = input_stream.readChar(); }
423 switch(curChar)
1389 protected char curChar; field in class:ParserTokenManager
[all...]
H A DTokenMgrError.java124 private static final String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) { argument
128 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
157 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { argument
158 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserTokenManager.java191 try { curChar = input_stream.readChar(); }
197 switch(curChar)
297 try { curChar = input_stream.readChar(); }
302 switch(curChar)
415 try { curChar = input_stream.readChar(); }
420 switch(curChar)
492 try { curChar = input_stream.readChar(); }
497 switch(curChar)
573 try { curChar = input_stream.readChar(); }
578 switch(curChar)
1624 protected char curChar; field in class:ExpressionParserTokenManager
[all...]
H A DTokenMgrError.java133 private static final String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) { argument
137 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
167 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { argument
168 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
/openjdk7/jaxws/src/share/jaxws_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 50 milliseconds