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