Home
last modified time | relevance | path

Searched refs:setParseError (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationRuleParser.java164 setParseError("expected a reset or setting or comment"); in parse()
182 setParseError("reset not followed by a relation"); in parseRuleChain()
191 setParseError("reset-before strength differs from its first relation"); in parseRuleChain()
196 setParseError("reset-before strength followed by a stronger relation"); in parseRuleChain()
229 setParseError("reset without position"); in parseResetAndPosition()
240 setParseError("adding reset failed", e); in parseResetAndPosition()
318setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary"); in parseRelationStrings()
325 setParseError("adding relation failed", e); in parseRelationStrings()
335 setParseError("missing starred-relation string"); in parseStarredCharacters()
344 setParseError("starred-relation string is not all NFD-inert"); in parseStarredCharacters()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationRuleParser.java160 setParseError("expected a reset or setting or comment"); in parse()
178 setParseError("reset not followed by a relation"); in parseRuleChain()
187 setParseError("reset-before strength differs from its first relation"); in parseRuleChain()
192 setParseError("reset-before strength followed by a stronger relation"); in parseRuleChain()
225 setParseError("reset without position"); in parseResetAndPosition()
236 setParseError("adding reset failed", e); in parseResetAndPosition()
314setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary"); in parseRelationStrings()
321 setParseError("adding relation failed", e); in parseRelationStrings()
331 setParseError("missing starred-relation string"); in parseStarredCharacters()
340 setParseError("starred-relation string is not all NFD-inert"); in parseStarredCharacters()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationruleparser.cpp121 setParseError("expected a reset or setting or comment", errorCode); in parse()
142 setParseError("reset not followed by a relation", errorCode); in parseRuleChain()
151setParseError("reset-before strength differs from its first relation", errorCode); in parseRuleChain()
156setParseError("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 …]
Dcollationruleparser.h170 void setParseError(const char *reason, UErrorCode &errorCode);
/external/icu/icu4c/source/common/
Dmessagepattern.cpp530 setParseError(parseError, 0); // Unmatched '{' braces in message. in parseMessage()
549 setParseError(parseError, 0); // Unmatched '{' braces in message. in parseArg()
559 setParseError(parseError, nameIndex); // Argument number too large. in parseArg()
568 setParseError(parseError, nameIndex); // Argument name too long. in parseArg()
575 setParseError(parseError, nameIndex); // Bad argument syntax. in parseArg()
581 setParseError(parseError, 0); // Unmatched '{' braces in message. in parseArg()
589 setParseError(parseError, nameIndex); // Bad argument syntax. in parseArg()
601 setParseError(parseError, 0); // Unmatched '{' braces in message. in parseArg()
606 setParseError(parseError, nameIndex); // Bad argument syntax. in parseArg()
611 setParseError(parseError, nameIndex); // Argument type name too long. in parseArg()
[all …]
/external/protobuf/conformance/
DConformanceJava.java58 return Conformance.ConformanceResponse.newBuilder().setParseError(e.getMessage()).build(); in doTest()
69 return Conformance.ConformanceResponse.newBuilder().setParseError(e.getMessage()).build(); in doTest()
DConformanceJavaLite.java55 return Conformance.ConformanceResponse.newBuilder().setParseError(e.getMessage()).build(); in doTest()
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h921 void setParseError(UParseError *parseError, int32_t index);
/external/icu/icu4j/
Dcoverage-exclusion.txt82 com/ibm/icu/impl/coll/CollationRuleParser#setParseError:(Ljava/lang/String;Ljava/lang/Exception;)V