Searched refs:computeSuggestions (Results 1 – 1 of 1) sorted by relevance
627 return computeSuggestions(mIndices[middle], offset, glob); in getTypos()712 return computeSuggestions(mIndices[middle], offset, glob); in getTypos()728 private List<String> computeSuggestions(int begin, int offset, String glob) { in computeSuggestions() method in TypoLookup