Home
last modified time | relevance | path

Searched refs:lineStartIndex (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/mail/
H A Dmail_util.cpp755 int lineStartIndex; in FoldLineAtWhiteSpaceAndAddCRLF() local
761 lineStartIndex = 0; in FoldLineAtWhiteSpaceAndAddCRLF()
765 if (lineStartIndex + maxLineLength >= inputLength) { in FoldLineAtWhiteSpaceAndAddCRLF()
766 if (lineStartIndex < inputLength) { in FoldLineAtWhiteSpaceAndAddCRLF()
767 output.Insert (string, lineStartIndex /* source offset */, in FoldLineAtWhiteSpaceAndAddCRLF()
768 inputLength - lineStartIndex /* count */, in FoldLineAtWhiteSpaceAndAddCRLF()
779 tempIndex = lineStartIndex + maxLineLength; in FoldLineAtWhiteSpaceAndAddCRLF()
783 if (splitIndex >= lineStartIndex) in FoldLineAtWhiteSpaceAndAddCRLF()
788 if (splitIndex <= lineStartIndex) in FoldLineAtWhiteSpaceAndAddCRLF()
790 if (splitIndex <= lineStartIndex) in FoldLineAtWhiteSpaceAndAddCRLF()
[all …]