Lines Matching refs:setParseError
121 setParseError("expected a reset or setting or comment", errorCode);
142 setParseError("reset not followed by a relation", errorCode);
151 setParseError("reset-before strength differs from its first relation", errorCode);
156 setParseError("reset-before strength followed by a stronger relation", errorCode);
192 setParseError("reset without position", errorCode);
279 setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary",
295 setParseError("missing starred-relation string", errorCode);
304 setParseError("starred-relation string is not all NFD-inert", errorCode);
319 setParseError("range without start in starred-relation string", errorCode);
325 setParseError("range without end in starred-relation string", errorCode);
330 setParseError("range start greater than end in starred-relation string", errorCode);
337 setParseError("starred-relation string range is not all NFD-inert", errorCode);
341 setParseError("starred-relation string range contains a surrogate", errorCode);
345 setParseError("starred-relation string range contains U+FFFD, U+FFFE or U+FFFF", errorCode);
365 setParseError("missing relation string", errorCode);
387 setParseError("quoted literal text missing terminating apostrophe", errorCode);
404 setParseError("backslash escape at the end of the rule string", errorCode);
426 setParseError("string contains an unpaired surrogate", errorCode);
430 setParseError("string contains U+FFFD, U+FFFE or U+FFFF", errorCode);
481 setParseError("not a valid special reset position", errorCode);
492 setParseError("expected a setting/option at '['", errorCode);
597 setParseError("[hiraganaQ on] is not supported", errorCode);
614 setParseError("expected language tag in [import langTag]", errorCode);
622 setParseError("expected language tag in [import langTag]", errorCode);
632 setParseError("expected language tag in [import langTag]", errorCode);
636 setParseError("[import langTag] is not supported", errorCode);
678 setParseError("not a valid setting/option", errorCode);
702 setParseError("unknown script or reorder code", errorCode);
762 setParseError("unbalanced UnicodeSet pattern brackets", errorCode);
775 setParseError("not a valid UnicodeSet pattern", errorCode);
780 setParseError("missing option-terminating ']' after UnicodeSet pattern", errorCode);
828 CollationRuleParser::setParseError(const char *reason, UErrorCode &errorCode) {