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

/haiku/src/kits/mail/
H A Dmail_util.cpp759 int tempIndex; local
779 tempIndex = lineStartIndex + maxLineLength;
780 if (tempIndex > inputLength)
781 tempIndex = inputLength;
782 splitIndex = string.FindLast (", ", tempIndex);
789 splitIndex = string.FindLast (" ", tempIndex);
791 splitIndex = string.FindLast ("\t", tempIndex);

Completed in 485 milliseconds