Searched refs:setParseError (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationruleparser.cpp | 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() [all …]
|
D | collationruleparser.h | 168 void setParseError(const char *reason, UErrorCode &errorCode);
|
/external/chromium_org/third_party/icu/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/ |
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);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | messagepattern.h | 919 void setParseError(UParseError *parseError, int32_t index);
|