Searched refs:indentLength (Results 1 – 2 of 2) sorted by relevance
127 final int indentLength = mIndentBuilder.length(); in write() local145 if (mWrapLength > 0 && mCurrentLength >= mWrapLength - indentLength) { in write()
402 std::size_t indentLength = mIndent.length() + 3; in comment() local419 if (indentLength + lengthOfCommentOnLine + toCopy >= maxPerLine) { in comment()