Home
last modified time | relevance | path

Searched refs:indentSpaces (Results 1 – 3 of 3) sorted by relevance

/libcore/json/src/main/java/org/json/
DJSONStringer.java126 JSONStringer(int indentSpaces) { in JSONStringer() argument
127 char[] indentChars = new char[indentSpaces]; in JSONStringer()
DJSONArray.java604 public String toString(int indentSpaces) throws JSONException { in toString() argument
605 JSONStringer stringer = new JSONStringer(indentSpaces); in toString()
DJSONObject.java711 public String toString(int indentSpaces) throws JSONException { in toString() argument
712 JSONStringer stringer = new JSONStringer(indentSpaces); in toString()