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

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

Completed in 43 milliseconds