Home | History | Annotate | Download | only in intltest

Lines Matching refs:AT

784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
841 case '@' : tokenType = AT; break;
886 // About the scanner's behavior for STRING, AT, and ESCAPE:
889 // (STRING, AT, and ESCAPE) at one time, with no regard of their
1101 case AT:
1102 match(AT);