HomeSort by relevance Sort by last modified time
    Searched defs:setParseError (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
collationruleparser.cpp 121 setParseError("expected a reset or setting or comment", errorCode);
142 setParseError("reset not followed by a relation", errorCode);
151 setParseError("reset-before strength differs from its first relation", errorCode);
156 setParseError("reset-before strength followed by a stronger relation", errorCode);
192 setParseError("reset without position", errorCode);
279 setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary",
295 setParseError("missing starred-relation string", errorCode);
304 setParseError("starred-relation string is not all NFD-inert", errorCode);
319 setParseError("range without start in starred-relation string", errorCode);
325 setParseError("range without end in starred-relation string", errorCode)
    [all...]
  /external/icu/icu4c/source/common/
messagepattern.cpp 528 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(parseError, nameIndex); // Argument type name too long
    [all...]

Completed in 637 milliseconds