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

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp240 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status) argument
256 if (token != expectedToken)
259 error(line, "expecting %s, got %s", tokenNames[expectedToken], tokenNames[token]);

Completed in 70 milliseconds