Home | History | Annotate | Download | only in genrb

Lines Matching refs:linenumber

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