Searched refs:firstNl (Results 1 – 2 of 2) sorted by relevance
289 int firstNl = snippet.lastIndexOf('\n', start); in shortenSnippet() local290 if (firstNl != -1) { in shortenSnippet()291 from = firstNl + 1; in shortenSnippet()
1668 int firstNl = snippet.lastIndexOf('\n', start); in showSnippet() local1669 if (firstNl != -1) { in showSnippet()1670 from = firstNl + 1; in showSnippet()