Home | History | Annotate | Download | only in list

Lines Matching refs:matchIndex

1309     private String snippetize(String line, int matchIndex, int maxLength) {
1317 int index = matchIndex;
1332 index = matchIndex - 1;
1334 int startTokenIndex = matchIndex;