Searched defs:matchInit (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java4639 return loop.matchInit(matcher, i, seq);
4647 * Handles the repetition count for a greedy Curly. The matchInit
4650 * normal match but is skipped in the matchInit.
4694 boolean matchInit(Matcher matcher, int i, CharSequence seq) { method in class:Pattern.Loop
4719 * Handles the repetition count for a reluctant Curly. The matchInit
4722 * normal match but is skipped in the matchInit.
4756 boolean matchInit(Matcher matcher, int i, CharSequence seq) { method in class:Pattern.LazyLoop

Completed in 425 milliseconds