OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findMatches
(Results
1 - 2
of
2
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java
45
final int[] matches =
findMatches
(queryTokens, suggestionTokens);
82
int[]
findMatches
(Token[] source, Token[] target) {
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
LevenshteinFormatterTest.java
97
int[] matches = mFormatter.
findMatches
(sourceTokens, targetTokens);
Completed in 46 milliseconds