/external/icu4c/i18n/ |
D | rbt_pars.cpp | 328 int syntaxError(UErrorCode code, in syntaxError() function in RuleHalf 332 return parser.syntaxError(code, rule, start, status); in syntaxError() 368 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, status); in parse() 424 return syntaxError(U_UNCLOSED_SEGMENT, rule, start, status); in parseSection() 430 return syntaxError(U_MALFORMED_VARIABLE_REFERENCE, rule, start, status); in parseSection() 436 return syntaxError(U_MALFORMED_SET, rule, start, status); in parseSection() 444 return syntaxError(U_TRAILING_BACKSLASH, rule, start, status); in parseSection() 448 return syntaxError(U_MALFORMED_UNICODE_ESCAPE, rule, start, status); in parseSection() 451 return syntaxError(U_VARIABLE_RANGE_OVERLAP, rule, start, status); in parseSection() 472 return syntaxError(U_UNTERMINATED_QUOTE, rule, start, status); in parseSection() [all …]
|
D | ucol_tok.cpp | 204 void syntaxError(const UChar* rules, in syntaxError() function 1018 …syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseE… in ucol_tok_parseNextTokenInternal() 1149 …syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseE… in ucol_tok_parseNextTokenInternal() 1163 …syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseE… in ucol_tok_parseNextTokenInternal() 1171 …syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseE… in ucol_tok_parseNextTokenInternal() 1177 …syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseE… in ucol_tok_parseNextTokenInternal() 1196 …syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseE… in ucol_tok_parseNextTokenInternal() 1285 …syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseE… in ucol_tok_parseNextTokenInternal() 1302 …syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseE… in ucol_tok_parseNextTokenInternal() 1309 …syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseE… in ucol_tok_parseNextTokenInternal() [all …]
|
D | rbt_pars.h | 262 int32_t syntaxError(UErrorCode parseErrorCode, const UnicodeString&, int32_t start,
|
D | format.cpp | 172 void Format::syntaxError(const UnicodeString& pattern, in syntaxError() function in Format
|
D | decimfmt.cpp | 4545 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix() 4568 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix() 4579 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix() 4593 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix() 4600 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix() 4629 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix() 4660 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix() 4703 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix() 4716 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix() 4730 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix() [all …]
|
/external/javassist/sample/preproc/ |
D | Compiler.java | 156 syntaxError(importclass); in readImport() 165 syntaxError(importclass); in readImport() 170 void syntaxError(String importclass) throws CannotCompileException { in syntaxError() method in Compiler 190 syntaxError(importclass); in readAssistant()
|
/external/icu4c/i18n/unicode/ |
D | format.h | 291 static void syntaxError(const UnicodeString& pattern,
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | serialize.g | 53 ErrorManager.syntaxError(
|
D | ErrorManager.java | 760 public static void syntaxError(int msgID, in syntaxError() method in ErrorManager
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | LeftRecursiveRuleWalker.g | 71 ErrorManager.syntaxError(
|
D | ANTLR.g | 417 ErrorManager.syntaxError( 821 ErrorManager.syntaxError( 1143 ErrorManager.syntaxError(
|
D | ANTLRTreePrinter.g | 88 ErrorManager.syntaxError(
|
D | AssignTokenTypesWalker.g | 120 ErrorManager.syntaxError(
|
D | TreeToNFAConverter.g | 168 ErrorManager.syntaxError(
|
D | CodeGenTreeWalker.g | 102 ErrorManager.syntaxError(
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 894 * Added syntaxError recognizer state var so you can easily tell if
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 17689 (JSC::WREC::Parser::syntaxError):
|