Home | History | Annotate | Download | only in genrb

Lines Matching full:parsefunction

1823     ParseResourceFunction *parseFunction;
1829 {"table(nofallback)", k_type_table_no_fallback, NULL}, /* parseFunction will never be called */
1918 ParseResourceFunction *parseFunction = NULL;
2029 parseFunction = gResourceTypes[resType].parseFunction;
2030 if (parseFunction != NULL) {
2031 return parseFunction(state, tag, startline, comment, status);