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