Searched refs:firstNl (Results 1 – 2 of 2) sorted by relevance
288 int firstNl = snippet.lastIndexOf('\n', start); in shortenSnippet() local289 if (firstNl != -1) { in shortenSnippet()290 from = firstNl + 1; in shortenSnippet()
1255 int firstNl = snippet.lastIndexOf('\n', start); in showSnippet() local1256 if (firstNl != -1) { in showSnippet()1257 from = firstNl + 1; in showSnippet()