Home | History | Annotate | Download | only in cintltst

Lines Matching defs:parse_error

4221   UParseError parse_error;
4231 myCollation = ucol_openRules(rule, length, UCOL_ON, UCOL_TERTIARY, &parse_error, &status);
4235 parse_error.offset,
4236 aescstrdup(parse_error.preContext, -1),
4237 aescstrdup(parse_error.postContext, -1));
4506 UParseError parse_error;
4519 myCollation = ucol_openRules(rule, length, UCOL_ON, UCOL_TERTIARY, &parse_error, &status);