Lines Matching refs:lineEnd
65 int lineEnd; // Index of char following the new line sequence for the current line
143 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
144 UnicodeString s(false, ucharBuf+lineStart, lineEnd-lineStart);
387 lineStart = lineEnd = startPos;
390 if (lineEnd >= fileLen) {
393 UChar c = ucharBuf[lineEnd];
394 lineEnd++;
407 if (lineEnd < fileLen &&
408 ucharBuf[lineEnd-1] == 0x0d &&
409 ucharBuf[lineEnd] == 0x0a)
411 lineEnd++;
443 lineEnd-lineStart, // number of UChars to convert