Searched refs:syntaxError (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.cpp322 int syntaxError(UErrorCode code, function in class:RuleHalf
326 return parser.syntaxError(code, rule, start, status);
362 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, status);
418 return syntaxError(U_UNCLOSED_SEGMENT, rule, start, status);
424 return syntaxError(U_MALFORMED_VARIABLE_REFERENCE, rule, start, status);
430 return syntaxError(U_MALFORMED_SET, rule, start, status);
438 return syntaxError(U_TRAILING_BACKSLASH, rule, start, status);
442 return syntaxError(U_MALFORMED_UNICODE_ESCAPE, rule, start, status);
445 return syntaxError(U_VARIABLE_RANGE_OVERLAP, rule, start, status);
466 return syntaxError(U_UNTERMINATED_QUOT
1465 int32_t TransliteratorParser::syntaxError(UErrorCode parseErrorCode, function in class:TransliteratorParser
[all...]
H A Dformat.cpp168 void Format::syntaxError(const UnicodeString& pattern, function in class:Format
H A Drbt_pars.h262 int32_t syntaxError(UErrorCode parseErrorCode, const UnicodeString&, int32_t start,
H A Ducol_tok.cpp108 * A better way is to include context-sensitive information in syntaxError() function.
210 void syntaxError(const UChar* rules, function
1024 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1155 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1169 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1177 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1183 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1202 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1291 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1308 syntaxError(sr
[all...]
H A Ddecimfmt.cpp3786 syntaxError(pattern,pos,parseError);
3809 syntaxError(pattern,pos,parseError);
3820 syntaxError(pattern,pos,parseError);
3834 syntaxError(pattern,pos,parseError);
3841 syntaxError(pattern,pos,parseError);
3870 syntaxError(pattern,pos,parseError);
3901 syntaxError(pattern,pos,parseError);
3944 syntaxError(pattern,pos,parseError);
3957 syntaxError(pattern,pos,parseError);
3971 syntaxError(patter
[all...]
H A Dchoicfmt.cpp451 syntaxError(pattern,i,parseError);
H A Dmsgfmt.cpp699 syntaxError(pattern, i, parseError);
/external/icu4c/i18n/
H A Drbt_pars.cpp328 int syntaxError(UErrorCode code, function in class:RuleHalf
332 return parser.syntaxError(code, rule, start, status);
368 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, status);
424 return syntaxError(U_UNCLOSED_SEGMENT, rule, start, status);
430 return syntaxError(U_MALFORMED_VARIABLE_REFERENCE, rule, start, status);
436 return syntaxError(U_MALFORMED_SET, rule, start, status);
444 return syntaxError(U_TRAILING_BACKSLASH, rule, start, status);
448 return syntaxError(U_MALFORMED_UNICODE_ESCAPE, rule, start, status);
451 return syntaxError(U_VARIABLE_RANGE_OVERLAP, rule, start, status);
472 return syntaxError(U_UNTERMINATED_QUOT
1471 int32_t TransliteratorParser::syntaxError(UErrorCode parseErrorCode, function in class:TransliteratorParser
[all...]
H A Dformat.cpp172 void Format::syntaxError(const UnicodeString& pattern, function in class:Format
H A Drbt_pars.h262 int32_t syntaxError(UErrorCode parseErrorCode, const UnicodeString&, int32_t start,
H A Ducol_tok.cpp108 * A better way is to include context-sensitive information in syntaxError() function.
204 void syntaxError(const UChar* rules, function
1018 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1149 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1163 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1171 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1177 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1196 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1285 syntaxError(src->source,(int32_t)(src->current-src->source),(int32_t)(src->end-src->source),parseError);
1302 syntaxError(sr
[all...]
H A Ddecimfmt.cpp4621 syntaxError(pattern,pos,parseError);
4644 syntaxError(pattern,pos,parseError);
4655 syntaxError(pattern,pos,parseError);
4669 syntaxError(pattern,pos,parseError);
4676 syntaxError(pattern,pos,parseError);
4705 syntaxError(pattern,pos,parseError);
4736 syntaxError(pattern,pos,parseError);
4779 syntaxError(pattern,pos,parseError);
4792 syntaxError(pattern,pos,parseError);
4806 syntaxError(patter
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dformat.h289 static void syntaxError(const UnicodeString& pattern,
/external/icu4c/i18n/unicode/
H A Dformat.h291 static void syntaxError(const UnicodeString& pattern,
/external/javassist/sample/preproc/
H A DCompiler.java156 syntaxError(importclass);
165 syntaxError(importclass);
170 void syntaxError(String importclass) throws CannotCompileException { method in class:Compiler
190 syntaxError(importclass);
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DLeftRecursiveRuleWalker.g71 ErrorManager.syntaxError(
H A DANTLR.g417 ErrorManager.syntaxError(
821 ErrorManager.syntaxError(
1143 ErrorManager.syntaxError(
H A DANTLRTreePrinter.g88 ErrorManager.syntaxError(
H A DAssignTokenTypesWalker.g120 ErrorManager.syntaxError(
H A DTreeToNFAConverter.g168 ErrorManager.syntaxError(
H A DCodeGenTreeWalker.g102 ErrorManager.syntaxError(
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java760 public static void syntaxError(int msgID, method in class:ErrorManager
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 359 milliseconds

12