Home | History | Annotate | Download | only in genrb

Lines Matching defs:peekToken

207 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
1154 token = peekToken(state, 0, &tokenValue, &line, &comment, status);
1172 token = peekToken(state, 1, &tokenValue, &line, &comment, status);
1349 token = peekToken(state, 0, &tokenValue, NULL, &memberComments, status);
1395 token = peekToken(state, 0, NULL, NULL, NULL, status);
1443 token = peekToken(state, 0, NULL, NULL,&memberComments, status);
1472 token = peekToken(state, 0, NULL, NULL, NULL, status);
2035 token = peekToken(state, 0, NULL, &line, NULL,status);
2048 token = peekToken(state, 1, NULL, &line, NULL, status);