Searched refs:syntaxError (Results 1 – 5 of 5) sorted by relevance
358 throw syntaxError("Expected EOF"); in peek()601 throw syntaxError("Unterminated array"); in nextInArray()649 throw syntaxError("Unterminated object"); in nextInObject()666 throw syntaxError("Expected name"); in nextInObject()689 throw syntaxError("Expected ':'"); in objectValue()805 throw syntaxError("Unterminated comment"); in nextNonWhitespace()840 throw syntaxError("Use JsonReader.setLenient(true) to accept malformed JSON"); in checkLenient()915 throw syntaxError("Unterminated string"); in nextString()1016 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()1023 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()[all …]
57785 method public org.json.JSONException syntaxError(java.lang.String);
30893 Landroid/icu/text/UnicodeSet;->syntaxError(Landroid/icu/impl/RuleCharacterIterator;Ljava/lang/Strin…71825 Landroid/util/JsonReader;->syntaxError(Ljava/lang/String;)Ljava/io/IOException;
78595 method public org.json.JSONException syntaxError(String);
78739 method public org.json.JSONException syntaxError(String);