Home | History | Annotate | Download | only in genrb

Lines Matching refs:linenumber

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