Searched refs:BreakLength (Results 1 – 1 of 1) sorted by relevance
685 size_t BreakLength = Lines[0].substr(1).find_first_not_of(Blanks); in adaptStartOfLine() local686 if (BreakLength != StringRef::npos) { in adaptStartOfLine()687 insertBreak(LineIndex, 0, Split(1, BreakLength), /*ContentIndent=*/0, in adaptStartOfLine()