Home | History | Annotate | Download | only in intltest

Lines Matching refs:parseError

1202     UParseError parseError;
1205 coll = new RuleBasedCollator(rules, parseError, reason, errorCode);
1214 if(parseError.offset >= 0) { infoln(" rules offset: %d", (int)parseError.offset); }
1215 if(parseError.preContext[0] != 0 || parseError.postContext[0] != 0) {
1217 parseError.preContext + "(!)" + parseError.postContext + "...");