Searched refs:indentChars (Results 1 – 1 of 1) sorted by relevance
132 char[] indentChars = new char[indentSpaces]; in JSONStringer() local133 Arrays.fill(indentChars, ' '); in JSONStringer()134 indent = new String(indentChars); in JSONStringer()