Searched defs:lineEnd (Results 1 – 6 of 6) sorted by relevance
21 int lineEnd = text.indexOf('\n', offset); in getLineTextAt() local
39 size_t lineEnd = text.find('\n', start); in lineEndings() local
140 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i; in readLine() local
58 int lineEnd; // Index of char following the new line sequence for the current line variable
70 unsigned lineEnd = endings->at(lineNumber); in getScriptRegexpMatchesByLines() local
362 int lineEnd = -1; in diff_linesToCharsMunge() local