Searched refs:curLexState (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
H A DAddressListParserTokenManager.java761 curLexState = defaultLexState;
782 curLexState = lexState;
798 int curLexState = 0; field in class:AddressListParserTokenManager
831 switch(curLexState)
869 curLexState = jjnewLexState[jjmatchedKind];
886 curLexState = jjnewLexState[jjmatchedKind];
891 curLexState = jjnewLexState[jjmatchedKind];
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/
H A DContentTypeParserTokenManager.java647 curLexState = defaultLexState;
668 curLexState = lexState;
684 int curLexState = 0; field in class:ContentTypeParserTokenManager
717 switch(curLexState)
750 curLexState = jjnewLexState[jjmatchedKind];
767 curLexState = jjnewLexState[jjmatchedKind];
772 curLexState = jjnewLexState[jjmatchedKind];
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/
H A DDateTimeParserTokenManager.java686 curLexState = defaultLexState;
707 curLexState = lexState;
723 int curLexState = 0; field in class:DateTimeParserTokenManager
756 switch(curLexState)
783 curLexState = jjnewLexState[jjmatchedKind];
800 curLexState = jjnewLexState[jjmatchedKind];
805 curLexState = jjnewLexState[jjmatchedKind];
833 throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);

Completed in 143 milliseconds