Home | History | Annotate | Download | only in text

Lines Matching defs:searchBackwards

997      * searchBackwards().
1278 private boolean searchBackwards(int startIdx, Match m) {
1285 throw new IllegalArgumentException("searchBackwards(" + startIdx + ", m) - expected position to be between " +
1538 // for the linear search implementation. The differences are addressed in searchBackwards().
1575 if (searchBackwards(textOffset, match)) {