Searched refs:indentLength (Results 1 – 3 of 3) sorted by relevance
102 final int indentLength = indentBuilder.length(); in write() local120 if (wrapLength > 0 && currentLength >= wrapLength - indentLength) { in write()
199 final int indentLength = mIndentBuilder.length(); in write() local217 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()