Home | History | Annotate | Download | only in genrb

Lines Matching full:linenumber

1234 void table_add(struct SResource *table, struct SResource *res, int linenumber, UErrorCode *status) {
1247 /* remember this linenumber to report to the user if there is a duplicate key */
1248 res->line = linenumber;
1294 error(linenumber, "duplicate key '%s' in table, first appeared at line %d", currentKeyString, current->line);