OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matcheslen
(Results
1 - 1
of
1
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java
53
final int
matchesLen
= matches.length;
54
for (int i = 0; i <
matchesLen
; ++i) {
Completed in 2222 milliseconds