Searched refs:tempIndex (Results 1 – 1 of 1) sorted by relevance
759 int tempIndex; in FoldLineAtWhiteSpaceAndAddCRLF() local779 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()