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()
1547 int lastNl = snippet.indexOf('\n', end); in showSnippet() local1548 if (lastNl != -1) { in showSnippet()1549 to = lastNl; in showSnippet()