Home | History | Annotate | Download | only in genrb

Lines Matching defs:peekToken

187 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
1078 token = peekToken(state, 0, &tokenValue, &line, &comment, status);
1091 token = peekToken(state, 1, &tokenValue, &line, &comment, status);
1269 token = peekToken(state, 0, &tokenValue, NULL, &memberComments, status);
1315 token = peekToken(state, 0, NULL, NULL, NULL, status);
1363 token = peekToken(state, 0, NULL, NULL,&memberComments, status);
1392 token = peekToken(state, 0, NULL, NULL, NULL, status);
1957 token = peekToken(state, 0, NULL, &line, NULL,status);
1970 token = peekToken(state, 1, NULL, &line, NULL, status);