Home | History | Annotate | Download | only in cintltst

Lines Matching defs:parse_error

4217   UParseError parse_error;
4227 myCollation = ucol_openRules(rule, length, UCOL_ON, UCOL_TERTIARY, &parse_error, &status);
4231 parse_error.offset,
4232 aescstrdup(parse_error.preContext, -1),
4233 aescstrdup(parse_error.postContext, -1));
4502 UParseError parse_error;
4515 myCollation = ucol_openRules(rule, length, UCOL_ON, UCOL_TERTIARY, &parse_error, &status);