Searched refs:shouldIndent (Results 1 – 7 of 7) sorted by relevance
57 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function232 if (shouldIndent(fmt)) { in startElement()257 if (shouldIndent(fmt)) { in endElement()283 if (tagWasOpen && shouldIndent(fmt)) { in writeText()294 if (shouldIndent(fmt)) { in writeComment()
155 if (format.shouldIndent) { in newLineAndIndent()188 final boolean shouldIndent; field in IcuTextWriter.FormatOptions190 private FormatOptions(boolean shouldQuote, boolean shouldUseComma, boolean shouldIndent) { in FormatOptions() argument193 this.shouldIndent = shouldIndent; in FormatOptions()
279 if (shouldIndent()) in processingInstruction()354 if (shouldIndent()) in entityReference()
958 boolean shouldIndent = false; in endElement()967 shouldIndent = true; in endElement()969 if (!elemContext.m_startTagOpen && shouldIndent) in endElement()1611 if (shouldIndent()) in cdata()1691 if (shouldIndent()) in processingInstruction()
1270 if (shouldIndent()) in cdata()1936 if (shouldIndent() && m_startNewLine) in startElement()2243 if (shouldIndent()) in endElement()2416 if (shouldIndent()) in comment()2701 protected boolean shouldIndent() in shouldIndent() method in ToStream
15176 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function15349 if (shouldIndent(fmt)) { in startElement()15374 if (shouldIndent(fmt)) { in endElement()15400 if (tagWasOpen && shouldIndent(fmt)) { in writeText()15411 if (shouldIndent(fmt)) { in writeComment()
15420 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function15593 if (shouldIndent(fmt)) { in startElement()15618 if (shouldIndent(fmt)) { in endElement()15644 if (tagWasOpen && shouldIndent(fmt)) { in writeText()15655 if (shouldIndent(fmt)) { in writeComment()