Home | History | Annotate | Download | only in genrb

Lines Matching full:error

234         error(line, "expecting %s, got %s", tokenNames[expectedToken], tokenNames[token]);
258 error(*line, "invariant characters required for table keys, binary data, etc.");
331 error(line, "An error occured while opening the input file %s\n", filename);
469 error(line, "An error occured while opening the input file %s\n", filename);
537 error(line, "The dependency file %s does not exist. Please make sure it exists.\n",filename);
656 error(startline, "unterminated table");
660 error(line, "Unexpected token %s", tokenNames[token]);
847 error(startline, "unterminated table");
851 error(line, "Unexpected token %s", tokenNames[token]);
962 error(startline, "unterminated table");
966 error(line, "unexpected token %s", tokenNames[token]);
976 error(line, "invariant characters required for table keys");
982 error(line, "parse error. Stopped parsing tokens with %s", u_errorName(*status));
990 error(line, "parse error. Stopped parsing resource with %s", u_errorName(*status));
998 error(line, "parse error. Stopped parsing table with %s", u_errorName(*status));
1083 error(startline, "unterminated array");
1205 consecutive entries) so that a missing comma on the last entry isn't an error */
1288 error(line, "Encountered invalid binary string");
1442 error(line, "couldn't open input file %s", filename);
1536 error(line, "couldn't open input file %s\n", filename);
1689 error(line, "unknown resource type '%s'", tokenBuffer);
1720 error(startline, "Unexpected EOF encountered");
1743 error(startline, "syntax error while reading a resource, expected '{' or ':'");
1789 error(line, "Unexpected token after string, expected ',', '{' or '}'");
1796 error(line, "Unexpected token after '{'");
1803 error(startline, "error: %s resource type not valid except on top bundle level", gResourceTypes[resType].nameChars);
1815 error(startline, "internal error: %s resource type found and not handled", gResourceTypes[resType].nameChars);
1863 error(line, "parse error. Stopped parsing with %s", u_errorName(*status));
1879 error(line, "parse error, did not find open-brace '{' or colon ':', stopped with %s", u_errorName(*status));