Searched refs:indentSpaces (Results 1 – 3 of 3) sorted by relevance
126 JSONStringer(int indentSpaces) { in JSONStringer() argument127 char[] indentChars = new char[indentSpaces]; in JSONStringer()
604 public String toString(int indentSpaces) throws JSONException { in toString() argument605 JSONStringer stringer = new JSONStringer(indentSpaces); in toString()
711 public String toString(int indentSpaces) throws JSONException { in toString() argument712 JSONStringer stringer = new JSONStringer(indentSpaces); in toString()