Home
last modified time | relevance | path

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

/libcore/json/src/main/java/org/json/
DJSONStringer.java132 char[] indentChars = new char[indentSpaces]; in JSONStringer() local
133 Arrays.fill(indentChars, ' '); in JSONStringer()
134 indent = new String(indentChars); in JSONStringer()