Searched refs:setParseError (Results 1 - 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationRuleParser.java162 setParseError("expected a reset or setting or comment");
180 setParseError("reset not followed by a relation");
189 setParseError("reset-before strength differs from its first relation");
194 setParseError("reset-before strength followed by a stronger relation");
227 setParseError("reset without position");
238 setParseError("adding reset failed", e);
316 setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary");
323 setParseError("adding relation failed", e);
333 setParseError("missing starred-relation string");
342 setParseError("starre
842 private void setParseError(String reason) throws ParseException { method in class:CollationRuleParser
846 private void setParseError(String reason, Exception e) throws ParseException { method in class:CollationRuleParser
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRuleParser.java158 setParseError("expected a reset or setting or comment");
176 setParseError("reset not followed by a relation");
185 setParseError("reset-before strength differs from its first relation");
190 setParseError("reset-before strength followed by a stronger relation");
223 setParseError("reset without position");
234 setParseError("adding reset failed", e);
312 setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary");
319 setParseError("adding relation failed", e);
329 setParseError("missing starred-relation string");
338 setParseError("starre
838 private void setParseError(String reason) throws ParseException { method in class:CollationRuleParser
842 private void setParseError(String reason, Exception e) throws ParseException { method in class:CollationRuleParser
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationruleparser.cpp119 setParseError("expected a reset or setting or comment", errorCode);
140 setParseError("reset not followed by a relation", errorCode);
149 setParseError("reset-before strength differs from its first relation", errorCode);
154 setParseError("reset-before strength followed by a stronger relation", errorCode);
190 setParseError("reset without position", errorCode);
277 setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary",
293 setParseError("missing starred-relation string", errorCode);
302 setParseError("starred-relation string is not all NFD-inert", errorCode);
317 setParseError("range without start in starred-relation string", errorCode);
323 setParseError("rang
817 CollationRuleParser::setParseError(const char *reason, UErrorCode &errorCode) { function in class:CollationRuleParser
[all...]
H A Dcollationruleparser.h168 void setParseError(const char *reason, UErrorCode &errorCode);
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp528 setParseError(parseError, 0); // Unmatched '{' braces in message.
547 setParseError(parseError, 0); // Unmatched '{' braces in message.
557 setParseError(parseError, nameIndex); // Argument number too large.
566 setParseError(parseError, nameIndex); // Argument name too long.
573 setParseError(parseError, nameIndex); // Bad argument syntax.
579 setParseError(parseError, 0); // Unmatched '{' braces in message.
587 setParseError(parseError, nameIndex); // Bad argument syntax.
599 setParseError(parseError, 0); // Unmatched '{' braces in message.
604 setParseError(parseError, nameIndex); // Bad argument syntax.
609 setParseError(parseErro
1147 MessagePattern::setParseError(UParseError *parseError, int32_t index) { function in class:MessagePattern
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h919 void setParseError(UParseError *parseError, int32_t index);

Completed in 128 milliseconds