Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_xmlwriter.cpp57 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function
232 if (shouldIndent(fmt)) { in startElement()
257 if (shouldIndent(fmt)) { in endElement()
283 if (tagWasOpen && shouldIndent(fmt)) { in writeText()
294 if (shouldIndent(fmt)) { in writeComment()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuTextWriter.java155 if (format.shouldIndent) { in newLineAndIndent()
188 final boolean shouldIndent; field in IcuTextWriter.FormatOptions
190 private FormatOptions(boolean shouldQuote, boolean shouldUseComma, boolean shouldIndent) { in FormatOptions() argument
193 this.shouldIndent = shouldIndent; in FormatOptions()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLStream.java279 if (shouldIndent()) in processingInstruction()
354 if (shouldIndent()) in entityReference()
DToHTMLStream.java958 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()
DToStream.java1270 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
/external/catch2/single_include/catch2/
Dcatch.hpp15176 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function
15349 if (shouldIndent(fmt)) { in startElement()
15374 if (shouldIndent(fmt)) { in endElement()
15400 if (tagWasOpen && shouldIndent(fmt)) { in writeText()
15411 if (shouldIndent(fmt)) { in writeComment()
/external/libabigail/tests/lib/
Dcatch.hpp15420 bool shouldIndent(XmlFormatting fmt) { in shouldIndent() function
15593 if (shouldIndent(fmt)) { in startElement()
15618 if (shouldIndent(fmt)) { in endElement()
15644 if (tagWasOpen && shouldIndent(fmt)) { in writeText()
15655 if (shouldIndent(fmt)) { in writeComment()