HomeSort by relevance Sort by last modified time
    Searched full:eofseen (Results 1 - 10 of 10) sorted by null

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 104 * EOFSeen : indicates if EOF caused the lexicl error
112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
116 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
AddressListParserTokenManager.java 903 boolean EOFSeen = false;
906 EOFSeen = true;
915 if (!EOFSeen) {
919 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 104 * EOFSeen : indicates if EOF caused the lexicl error
112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
116 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
ContentTypeParserTokenManager.java 784 boolean EOFSeen = false;
787 EOFSeen = true;
796 if (!EOFSeen) {
800 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 104 * EOFSeen : indicates if EOF caused the lexicl error
112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
116 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
DateTimeParserTokenManager.java 817 boolean EOFSeen = false;
820 EOFSeen = true;
829 if (!EOFSeen) {
833 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
  /external/webkit/WebKitTools/android/flex-2.5.4a/
yylex.c 44 if ( eofseen )
51 eofseen = 1;
main.c 56 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; variable
834 numuniq = numdup = hshsave = eofseen = datapos = dataline = 0;
flexdef.h 345 * eofseen - true if we've seen an eof in the input file
387 extern int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt;
    [all...]
  /prebuilt/linux-x86/flex/
flex-2.5.4a 

Completed in 2477 milliseconds