Home | History | Annotate | Download | only in ugrep

Lines Matching refs:lineEnd

58 int      lineEnd;       // Index of char following the new line sequence for the current line
136 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
137 UnicodeString s(FALSE, ucharBuf+lineStart, lineEnd-lineStart);
380 lineStart = lineEnd = startPos;
383 if (lineEnd >= fileLen) {
386 UChar c = ucharBuf[lineEnd];
387 lineEnd++;
400 if (lineEnd < fileLen &&
401 ucharBuf[lineEnd-1] == 0x0d &&
402 ucharBuf[lineEnd] == 0x0a)
404 lineEnd++;
436 lineEnd-lineStart, // number of UChars to convert