Searched refs:lookaheadCount (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp207 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status) argument
209 uint32_t i = (state->lookaheadPosition + lookaheadCount) % (MAX_LOOKAHEAD + 1);
216 if (lookaheadCount >= MAX_LOOKAHEAD)

Completed in 164 milliseconds