Searched refs:appendIndent (Results 1 – 4 of 4) sorted by relevance
32 static void appendIndent(AString *s, int32_t indent) { in appendIndent() function49 appendIndent(&line, indent); in hexdump()
519 static void appendIndent(AString *s, int32_t indent) { in appendIndent() function603 appendIndent(&tmp, indent + 2); in debugString()632 appendIndent(&s, indent); in debugString()638 appendIndent(&s, indent); in debugString()
140 private void appendIndent(int indent) throws IOException { in appendIndent() method in FastXmlSerializer226 appendIndent(mNesting); in endTag()378 appendIndent(mNesting); in startTag()
39558 HSPLcom/android/internal/util/FastXmlSerializer;->appendIndent(I)V