Searched refs:SUGGESTION_SPAN_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
101 private static final int SUGGESTION_SPAN_CACHE_SIZE = 10; field in SpellChecker103 new LruCache<Long, SuggestionSpan>(SUGGESTION_SPAN_CACHE_SIZE);