Home
last modified time | relevance | path

Searched refs:computeSuggestions (Results 1 – 1 of 1) sorted by relevance

/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DTypoLookup.java627 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