Lines Matching refs:expectedToken
218 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)234 if (token != expectedToken)237 error(line, "expecting %s, got %s", tokenNames[expectedToken], tokenNames[token]);