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