Searched refs:lastNl (Results 1 – 2 of 2) sorted by relevance
295 int lastNl = snippet.indexOf('\n', end); in shortenSnippet() local296 if (lastNl != -1) { in shortenSnippet()297 to = lastNl; in shortenSnippet()
1674 int lastNl = snippet.indexOf('\n', end); in showSnippet() local1675 if (lastNl != -1) { in showSnippet()1676 to = lastNl; in showSnippet()