Lines Matching full:whitespace
64 /// \brief Replaces the whitespace between \p LineIndex-1 and \p LineIndex.
164 // Rearranges the whitespace between Lines[LineIndex-1] and Lines[LineIndex],
165 // so that all whitespace between the lines is accounted to Lines[LineIndex]
166 // as leading whitespace:
167 // - Lines[LineIndex] points to the text after that whitespace
168 // - Lines[LineIndex-1] shrinks by its trailing whitespace
169 // - LeadingWhitespace[LineIndex] is updated with the complete whitespace
185 // trailing whitespace between the lines. Note that the decoration (if
189 // LeadingWhitespace[i] is the number of characters regarded as whitespace in
191 // regard as whitespace when all lines have a "*" prefix.