Lines Matching refs:ReportUnexpectedCharacter
300 void JsonParser<Char>::ReportUnexpectedCharacter(base::uc32 c) {
799 ReportUnexpectedCharacter(CurrentCharacter());
936 ReportUnexpectedCharacter(CurrentCharacter());
962 ReportUnexpectedCharacter(c);
973 ReportUnexpectedCharacter(c);
1140 ReportUnexpectedCharacter(kEndOfString);
1160 ReportUnexpectedCharacter(c);
1178 ReportUnexpectedCharacter(CurrentCharacter());
1191 ReportUnexpectedCharacter(c);
1201 ReportUnexpectedCharacter(*cursor_);