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