Searched refs:findMatches (Results 1 – 2 of 2) sorted by relevance
45 final int[] matches = findMatches(queryTokens, suggestionTokens); in formatSuggestion()82 int[] findMatches(Token[] source, Token[] target) { in findMatches() method in LevenshteinSuggestionFormatter
97 int[] matches = mFormatter.findMatches(sourceTokens, targetTokens); in verifyFindMatches()