Searched refs:syntaxError (Results 1 – 8 of 8) sorted by relevance
356 throw syntaxError("Expected EOF"); in peek()599 throw syntaxError("Unterminated array"); in nextInArray()647 throw syntaxError("Unterminated object"); in nextInObject()664 throw syntaxError("Expected name"); in nextInObject()687 throw syntaxError("Expected ':'"); in objectValue()803 throw syntaxError("Unterminated comment"); in nextNonWhitespace()838 throw syntaxError("Use JsonReader.setLenient(true) to accept malformed JSON"); in checkLenient()913 throw syntaxError("Unterminated string"); in nextString()1014 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()1021 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()[all …]
61 public void syntaxError(Recognizer<?, ?> recognizer, Object offendingSymbol, int line, in parse()
142 override fun syntaxError( in parse() method
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
57785 method public org.json.JSONException syntaxError(java.lang.String);
73998 Lorg/json/JSONTokener;->syntaxError(Ljava/lang/String;)Lorg/json/JSONException;
12205 HPLorg/json/JSONTokener;->syntaxError(Ljava/lang/String;)Lorg/json/JSONException;
73928 method public org.json.JSONException syntaxError(java.lang.String);