OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATOKEN
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserConstants.java
26
int
ATOKEN
= 21;
57
"<
ATOKEN
>",
ContentTypeParser.java
67
type = jj_consume_token(
ATOKEN
);
69
subtype = jj_consume_token(
ATOKEN
);
90
attrib = jj_consume_token(
ATOKEN
);
100
case
ATOKEN
:
101
t = jj_consume_token(
ATOKEN
);
Completed in 56 milliseconds