Home | History | Annotate | Download | only in genrb

Lines Matching refs:parse

9 * File parse.c
22 #include "parse.h"
776 /* Parse the data into an SRBRoot */
777 data = parse(ucbuf, genrbdata->inputDir, genrbdata->outputDir, status);
1085 collationRes = addCollation(state, collationRes, startline, status); /* need to parse the collation data regardless */
1184 error(line, "parse error. Stopped parsing tokens with %s", u_errorName(*status));
1192 error(line, "parse error. Stopped parsing resource with %s", u_errorName(*status));
1200 error(line, "parse error. Stopped parsing table with %s", u_errorName(*status));
1891 /* parse a non-top-level resource */
1909 /* This function parses from the colon onwards. If the colon is present, parse the
1910 type then try to parse a resource of that type. If there is no explicit type,
2003 /* We should now know what we need to parse next, so call the appropriate parser
2017 /* parse the top-level resource */
2019 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, UErrorCode *status)
2071 error(line, "parse error. Stopped parsing with %s", u_errorName(*status));
2087 error(line, "parse error, did not find open-brace '{' or colon ':', stopped with %s", u_errorName(*status));
2099 * Parse a top-level table with the table(nofallback) declaration.