Searched refs:syntaxError (Results 1 – 5 of 5) sorted by relevance
359 throw syntaxError("Expected EOF"); in peek()602 throw syntaxError("Unterminated array"); in nextInArray()650 throw syntaxError("Unterminated object"); in nextInObject()667 throw syntaxError("Expected name"); in nextInObject()690 throw syntaxError("Expected ':'"); in objectValue()806 throw syntaxError("Unterminated comment"); in nextNonWhitespace()841 throw syntaxError("Use JsonReader.setLenient(true) to accept malformed JSON"); in checkLenient()916 throw syntaxError("Unterminated string"); in nextString()1017 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()1024 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
57785 method public org.json.JSONException syntaxError(java.lang.String);
31390 HSPLorg/json/JSONTokener;->syntaxError(Ljava/lang/String;)Lorg/json/JSONException;
57159 Landroid/util/JsonReader;->syntaxError(Ljava/lang/String;)Ljava/io/IOException;