Home | History | Annotate | Download | only in list

Lines Matching refs:matchIndex

1618     private String snippetize(String line, int matchIndex, int maxLength) {
1626 int index = matchIndex;
1641 index = matchIndex - 1;
1643 int startTokenIndex = matchIndex;