Home
last modified time | relevance | path

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

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