Home | History | Annotate | Download | only in impl

Lines Matching defs:longestMatch

711             MatchInfo longestMatch = null;
713 if (longestMatch == null || match.matchLength() > longestMatch.matchLength()) {
714 longestMatch = match;
717 if (longestMatch != null) {
718 bestMatch = createGenericMatchInfo(longestMatch);