OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisMatch
(Results
1 - 3
of
3
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java
57
int
thisMatch
= matches[i];
58
if (
thisMatch
>= 0) {
59
sourceLen = queryTokens[
thisMatch
].length();
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarFrame.java
181
int bestMatch = -1,
thisMatch
= -1;
195
thisMatch
= DemoUtility.compareLocales(locales[i], defaultLocale);
197
if (
thisMatch
>= bestMatch) {
198
bestMatch =
thisMatch
;
CalendarCalc.java
268
int bestMatch = -1,
thisMatch
= -1;
281
thisMatch
= DemoUtility.compareLocales(locales[i], defaultLocale);
283
if (
thisMatch
>= bestMatch) {
284
bestMatch =
thisMatch
;
Completed in 190 milliseconds