Home | History | Annotate | Download | only in ugrep

Lines Matching defs:lineEnd

64 int      lineEnd;       // Index of char following the new line sequence for the current line
142 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
143 UnicodeString s(FALSE, ucharBuf+lineStart, lineEnd-lineStart);
386 lineStart = lineEnd = startPos;
389 if (lineEnd >= fileLen) {
392 UChar c = ucharBuf[lineEnd];
393 lineEnd++;
406 if (lineEnd < fileLen &&
407 ucharBuf[lineEnd-1] == 0x0d &&
408 ucharBuf[lineEnd] == 0x0a)
410 lineEnd++;
442 lineEnd-lineStart, // number of UChars to convert