Lines Matching refs:match
949 UBool match(TokenType expected){
962 match(NUMBER);
963 if (match(PERCENT)){
980 match(QUESTION);
987 match(STAR);
993 match(PLUS);
999 match(LBRACE);
1004 match(NUMBER);
1006 match(RBRACE);
1010 match(COMMA);
1012 match(RBRACE);
1017 match(NUMBER);
1019 if (!match(RBRACE)) {
1071 match(LPAR);
1072 if(defination(node) && match(RPAR)){
1078 match(VAR);
1082 match(STRING);
1098 match(WAVE);
1102 match(AT);
1187 match(BAR);
1234 match(VAR);
1236 if (match(EQ)){
1240 return match(SEMI);