Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DLevenshteinSuggestionFormatter.java57 int thisMatch = matches[i]; in formatSuggestion() local
58 if (thisMatch >= 0) { in formatSuggestion()
59 sourceLen = queryTokens[thisMatch].length(); in formatSuggestion()