Home | History | Annotate | Download | only in i18n

Lines Matching defs:setParseError

119             setParseError("expected a reset or setting or comment", errorCode);
140 setParseError("reset not followed by a relation", errorCode);
149 setParseError("reset-before strength differs from its first relation", errorCode);
154 setParseError("reset-before strength followed by a stronger relation", errorCode);
190 setParseError("reset without position", errorCode);
277 setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary",
293 setParseError("missing starred-relation string", errorCode);
302 setParseError("starred-relation string is not all NFD-inert", errorCode);
317 setParseError("range without start in starred-relation string", errorCode);
323 setParseError("range without end in starred-relation string", errorCode);
328 setParseError("range start greater than end in starred-relation string", errorCode);
335 setParseError("starred-relation string range is not all NFD-inert", errorCode);
339 setParseError("starred-relation string range contains a surrogate", errorCode);
343 setParseError("starred-relation string range contains U+FFFD, U+FFFE or U+FFFF", errorCode);
363 setParseError("missing relation string", errorCode);
385 setParseError("quoted literal text missing terminating apostrophe", errorCode);
402 setParseError("backslash escape at the end of the rule string", errorCode);
424 setParseError("string contains an unpaired surrogate", errorCode);
428 setParseError("string contains U+FFFD, U+FFFE or U+FFFF", errorCode);
479 setParseError("not a valid special reset position", errorCode);
490 setParseError("expected a setting/option at '['", errorCode);
595 setParseError("[hiraganaQ on] is not supported", errorCode);
612 setParseError("expected language tag in [import langTag]", errorCode);
620 setParseError("expected language tag in [import langTag]", errorCode);
633 setParseError("expected language tag in [import langTag]", errorCode);
637 setParseError("[import langTag] is not supported", errorCode);
678 setParseError("not a valid setting/option", errorCode);
702 setParseError("unknown script or reorder code", errorCode);
751 setParseError("unbalanced UnicodeSet pattern brackets", errorCode);
764 setParseError("not a valid UnicodeSet pattern", errorCode);
769 setParseError("missing option-terminating ']' after UnicodeSet pattern", errorCode);
817 CollationRuleParser::setParseError(const char *reason, UErrorCode &errorCode) {