HomeSort by relevance Sort by last modified time
    Searched refs:LexicalError (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);

Completed in 56 milliseconds