Home | History | Annotate | Download | only in genrb

Lines Matching full:line

59      uint32_t          line;
72 "<end of line>"
128 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status);
165 *linenumber = state->lookahead[state->lookaheadPosition].line;
177 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status);
207 *linenumber = state->lookahead[i].line;
220 uint32_t line;
222 enum ETokenType token = getToken(state, tokenValue, comment, &line, status);
226 *linenumber = line;
237 error(line, "expecting %s, got %s", tokenNames[expectedToken], tokenNames[token]);
245 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, UErrorCode *status)
251 expect(state, TOK_STRING, &tokenValue, comment, line, status);
261 error(*line, "invariant characters required for table keys, binary data, etc.");
285 uint32_t line;
295 expect(state, TOK_STRING, &tokenValue, NULL, &line, status);
298 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
333 error(line, "An error occured while opening the input file %s\n", filename);
356 * - # comments until the end of line
390 * and line feed unless in the form \uXXXX
429 uint32_t line;
436 expect(state, TOK_STRING, &tokenValue, NULL, &line, status);
439 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
471 error(line, "An error occured while opening the input file %s\n", filename);
505 uint32_t line;
509 expect(state, TOK_STRING, &tokenValue, NULL, &line, status);
512 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
539 error(line, "The dependency file %s does not exist. Please make sure it exists.\n",filename);
541 warning(line, "The dependency file %s does not exist. Please make sure it exists.\n",filename);
572 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
605 printf(" alias %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
836 uint32_t line;
844 token = getToken(state, &tokenValue, &comment, &line, status);
862 error(line, "Unexpected token %s", tokenNames[token]);
897 table_add(result, member, line, status);
903 table_add(result, member, line, status);
913 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
954 table_add(result, collationBin, line, status);
964 table_add(result, reorderCodeRes, line, status);
969 warning(line, "could not obtain rules from collator");
988 warning(line,
992 " UErrorCode=%s UParseError={ line=%d offset=%d pre=<> post=<> }",
994 parseError.line,
1014 table_add(result, member, line, status);
1039 uint32_t line;
1048 line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1056 token = getToken(state, &tokenValue, &comment, &line, status);
1074 error(line, "Unexpected token %s", tokenNames[token]);
1098 table_add(result, member, line, status);
1102 token = peekToken(state, 0, &tokenValue, &line, &comment, status);
1107 token = getToken(state, &tokenValue, &comment, &line, status);
1115 token = peekToken(state, 1, &tokenValue, &line, &comment, status);
1125 table_add(result, member, line, status);
1161 uint32_t line;
1167 printf(" parsing table %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1172 token = getToken(state, &tokenValue, &comment, &line, status);
1192 error(line, "unexpected token %s", tokenNames[token]);
1202 error(line, "invariant characters required for table keys");
1208 error(line, "parse error. Stopped parsing tokens with %s", u_errorName(*status));
1216 error(line, "parse error. Stopped parsing resource with %s", u_errorName(*status));
1220 table_add(table, member, line, status);
1224 error(line, "parse error. Stopped parsing table with %s", u_errorName(*status));
1251 printf(" table %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1280 printf(" array %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1377 printf(" vector %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1454 uint32_t line;
1458 string = getInvariantString(state, &line, NULL, status);
1474 printf(" binary %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1513 error(line, "Encountered invalid binary string");
1552 printf(" integer %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1585 uint32_t line;
1587 filename = getInvariantString(state, &line, NULL, status);
1603 printf(" import %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1666 error(line, "couldn't open input file %s", filename);
1699 uint32_t line;
1708 filename = getInvariantString(state, &line, NULL, status);
1725 printf(" include %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1760 error(line, "couldn't open input file %s\n", filename);
1876 uint32_t line=0;
1878 expect(state, TOK_STRING, &tokenValue, &comment, &line, status);
1906 error(line, "unknown resource type '%s'", tokenBuffer);
1921 uint32_t line;
1927 printf(" resource %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1980 token = peekToken(state, 0, NULL, &line, NULL,status);
1993 token = peekToken(state, 1, NULL, &line, NULL, status);
2008 error(line, "Unexpected token after string, expected ',', '{' or '}'");
2015 error(line, "Unexpected token after '{'");
2048 uint32_t line;
2083 token = getToken(&state, NULL, NULL, &line, status);
2090 expect(&state, TOK_OPEN_BRACE, NULL, NULL, &line, status);
2095 error(line, "parse error. Stopped parsing with %s", u_errorName(*status));
2111 error(line, "parse error, did not find open-brace '{' or colon ':', stopped with %s", u_errorName(*status));
2130 realParseTable(&state, state.bundle->fRoot, NULL, line, status);
2142 if (getToken(&state, NULL, NULL, &line, status) != TOK_EOF)
2144 warning(line, "extraneous text after resource bundle (perhaps unmatched braces)");