Searched refs:setParseError (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationRuleParser.java | 158 setParseError("expected a reset or setting or comment"); in parse() 176 setParseError("reset not followed by a relation"); in parseRuleChain() 185 setParseError("reset-before strength differs from its first relation"); in parseRuleChain() 190 setParseError("reset-before strength followed by a stronger relation"); in parseRuleChain() 223 setParseError("reset without position"); in parseResetAndPosition() 234 setParseError("adding reset failed", e); in parseResetAndPosition() 312 … setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary"); in parseRelationStrings() 319 setParseError("adding relation failed", e); in parseRelationStrings() 329 setParseError("missing starred-relation string"); in parseStarredCharacters() 338 setParseError("starred-relation string is not all NFD-inert"); in parseStarredCharacters() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | collationruleparser.cpp | 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() [all …]
|
D | collationruleparser.h | 168 void setParseError(const char *reason, UErrorCode &errorCode);
|
/external/icu/icu4c/source/common/ |
D | messagepattern.cpp | 528 setParseError(parseError, 0); // Unmatched '{' braces in message. in parseMessage() 547 setParseError(parseError, 0); // Unmatched '{' braces in message. in parseArg() 557 setParseError(parseError, nameIndex); // Argument number too large. in parseArg() 566 setParseError(parseError, nameIndex); // Argument name too long. in parseArg() 573 setParseError(parseError, nameIndex); // Bad argument syntax. in parseArg() 579 setParseError(parseError, 0); // Unmatched '{' braces in message. in parseArg() 587 setParseError(parseError, nameIndex); // Bad argument syntax. in parseArg() 599 setParseError(parseError, 0); // Unmatched '{' braces in message. in parseArg() 604 setParseError(parseError, nameIndex); // Bad argument syntax. in parseArg() 609 setParseError(parseError, nameIndex); // Argument type name too long. in parseArg() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | messagepattern.h | 919 void setParseError(UParseError *parseError, int32_t index);
|