Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlsave.c88 int indent_size; member
339 ctxt->indent_size = len; in xmlSaveCtxtInit()
340 ctxt->indent_nr = MAX_INDENT / ctxt->indent_size; in xmlSaveCtxtInit()
342 memcpy(&ctxt->indent[i * ctxt->indent_size], xmlTreeIndentString, in xmlSaveCtxtInit()
343 ctxt->indent_size); in xmlSaveCtxtInit()
344 ctxt->indent[ctxt->indent_nr * ctxt->indent_size] = 0; in xmlSaveCtxtInit()
520 xmlOutputBufferWrite(ctxt->buf, ctxt->indent_size * in xmlOutputBufferWriteWSNonSig()
726 xmlOutputBufferWrite(buf, ctxt->indent_size * in xmlNodeListDumpOutput()
982 xmlOutputBufferWrite(buf, ctxt->indent_size * in xmlNodeDumpOutputInternal()
1333 xmlOutputBufferWrite(buf, ctxt->indent_size * in xhtmlNodeListDumpOutput()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc513 int indent_size = 0; in ~MemoryOutputStream() local
515 if (data_[i] == '\n') indent_size += indent_.size(); in ~MemoryOutputStream()
519 target->insert(pos, data_.size() + indent_size, '\0'); in ~MemoryOutputStream()
540 string_as_array(target) + pos + data_.size() + indent_size); in ~MemoryOutputStream()