Searched refs:MAX_SNIPPET_LENGTH (Results 1 – 1 of 1) sorted by relevance
43 private static final int MAX_SNIPPET_LENGTH = 200; field in TextUtilities370 char[] buffer = new char[MAX_SNIPPET_LENGTH]; in makeSnippetFromText()383 for (int i = 0; i < length && bufferCount < MAX_SNIPPET_LENGTH; i++) { in makeSnippetFromText()