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