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

12

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONTokener.java160 throw syntaxError("Expected '" + c + "' and instead saw '" +
201 throw syntaxError("Substring bounds error");
244 throw syntaxError("Unterminated string");
369 throw syntaxError("Missing value");
409 public JSONException syntaxError(String message) { method in class:JSONTokener
/external/icu/icu4c/source/i18n/
H A Dformat.cpp172 void Format::syntaxError(const UnicodeString& pattern, function in class:Format
H A Ddecimalformatpattern.cpp36 static void syntaxError(const UnicodeString& pattern, function
224 syntaxError(pattern,pos,parseError);
247 syntaxError(pattern,pos,parseError);
258 syntaxError(pattern,pos,parseError);
272 syntaxError(pattern,pos,parseError);
279 syntaxError(pattern,pos,parseError);
308 syntaxError(pattern,pos,parseError);
339 syntaxError(pattern,pos,parseError);
382 syntaxError(pattern,pos,parseError);
395 syntaxError(patter
[all...]
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...]
/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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
H A DUOption.java168 syntaxError("Unknown option " + argv[i]);
179 syntaxError("Option " + argv[i] + " lacks required argument");
196 syntaxError("Unknown option '" + c + "' in " + argv[i]);
214 syntaxError("Option -" + c + " lacks required argument");
228 syntaxError("Option handler failed for " + argv[i]);
272 private static void syntaxError(String message) { method in class:UOption
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorParser.java411 syntaxError("Misplaced " + CURSOR_POS, rule, start);
467 syntaxError("Unclosed segment", rule, start);
474 syntaxError("Malformed variable reference", rule, start);
488 syntaxError("Trailing backslash", rule, start);
494 syntaxError("Malformed escape", rule, start);
516 syntaxError("Unterminated quote", rule, start);
540 syntaxError("Illegal character '" + c + '\'', rule, start);
552 syntaxError("Misplaced anchor start",
592 syntaxError("Invalid function", rule, start);
597 syntaxError("Invali
1429 static final void syntaxError(String msg, String rule, int start) { method in class:TransliteratorParser
[all...]
H A DUnicodeSet.java2346 syntaxError(chars, "Extra chars in variable value");
2495 syntaxError(chars, "Syntax error");
2509 syntaxError(chars, "Char expected after operator");
2566 syntaxError(chars, "Missing '['");
2585 syntaxError(chars, "Trailing '&'");
2610 syntaxError(chars, "'-' not after char, string, or set");
2617 syntaxError(chars, "'&' not after set");
2620 syntaxError(chars, "'^' not after '['");
2624 syntaxError(chars, "Missing operand after operator");
2647 syntaxError(char
2782 private static void syntaxError(RuleCharacterIterator chars, String msg) { method in class:UnicodeSet
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java410 syntaxError("Misplaced " + CURSOR_POS, rule, start);
466 syntaxError("Unclosed segment", rule, start);
473 syntaxError("Malformed variable reference", rule, start);
487 syntaxError("Trailing backslash", rule, start);
493 syntaxError("Malformed escape", rule, start);
515 syntaxError("Unterminated quote", rule, start);
539 syntaxError("Illegal character '" + c + '\'', rule, start);
551 syntaxError("Misplaced anchor start",
591 syntaxError("Invalid function", rule, start);
596 syntaxError("Invali
1428 static final void syntaxError(String msg, String rule, int start) { method in class:TransliteratorParser
[all...]
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java2416 syntaxError(chars, "Extra chars in variable value");
2565 syntaxError(chars, "Syntax error");
2579 syntaxError(chars, "Char expected after operator");
2636 syntaxError(chars, "Missing '['");
2655 syntaxError(chars, "Trailing '&'");
2680 syntaxError(chars, "'-' not after char, string, or set");
2687 syntaxError(chars, "'&' not after set");
2690 syntaxError(chars, "'^' not after '['");
2694 syntaxError(chars, "Missing operand after operator");
2717 syntaxError(char
2852 private static void syntaxError(RuleCharacterIterator chars, String msg) { method in class:UnicodeSet
[all...]
/external/robolectric/v1/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/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 ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 846 milliseconds

12