Home | History | Annotate | Download | only in impl

Lines Matching defs:longestMatch

713             MatchInfo longestMatch = null;
715 if (longestMatch == null || match.matchLength() > longestMatch.matchLength()) {
716 longestMatch = match;
719 if (longestMatch != null) {
720 bestMatch = createGenericMatchInfo(longestMatch);