Home | History | Annotate | Download | only in list

Lines Matching refs:snippetize

1295             // Most contact strings are short so the snippetize method will be called infrequently.
1299 return snippetize(matched.line, matched.startIndex, lengthThreshold);
1309 private String snippetize(String line, int matchIndex, int maxLength) {