Searched defs:indent_size (Results 1 - 5 of 5) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c88 int indent_size; member in struct:_xmlSaveCtxt
339 ctxt->indent_size = len;
340 ctxt->indent_nr = MAX_INDENT / ctxt->indent_size;
342 memcpy(&ctxt->indent[i * ctxt->indent_size], xmlTreeIndentString,
343 ctxt->indent_size);
344 ctxt->indent[ctxt->indent_nr * ctxt->indent_size] = 0;
663 xmlOutputBufferWrite(buf, ctxt->indent_size *
910 xmlOutputBufferWrite(buf, ctxt->indent_size *
1259 xmlOutputBufferWrite(buf, ctxt->indent_size *
1464 xmlOutputBufferWrite(buf, ctxt->indent_size *
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc532 int indent_size = 0; local
534 if (data_[i] == '\n') indent_size += indent_.size();
538 target->insert(pos, data_.size() + indent_size, '\0');
559 string_as_array(target) + pos + data_.size() + indent_size);
/external/libxml2/
H A Dxmlsave.c92 int indent_size; member in struct:_xmlSaveCtxt
343 ctxt->indent_size = len;
344 ctxt->indent_nr = MAX_INDENT / ctxt->indent_size;
346 memcpy(&ctxt->indent[i * ctxt->indent_size], xmlTreeIndentString,
347 ctxt->indent_size);
348 ctxt->indent[ctxt->indent_nr * ctxt->indent_size] = 0;
614 xmlOutputBufferWrite(ctxt->buf, ctxt->indent_size *
821 xmlOutputBufferWrite(buf, ctxt->indent_size *
1077 xmlOutputBufferWrite(buf, ctxt->indent_size *
1428 xmlOutputBufferWrite(buf, ctxt->indent_size *
[all...]
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2704 int indent_size = max_word_len + strlen (separator) + 2; local
2706 strm.IndentMore (indent_size);
2738 text_width = max_columns - indent_size - 1;
2774 strm.IndentLess(indent_size);
2784 int indent_size = max_word_len + strlen (separator) + 2; local
2786 strm.IndentMore (indent_size);
2802 chars_left = max_columns - indent_size;
2815 strm.IndentLess(indent_size);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc513 int indent_size = 0; local
515 if (data_[i] == '\n') indent_size += indent_.size();
519 target->insert(pos, data_.size() + indent_size, '\0');
540 string_as_array(target) + pos + data_.size() + indent_size);

Completed in 1919 milliseconds