Searched refs:MatchResult (Results 1 – 7 of 7) sorted by relevance
40 public interface MatchResult { interface
106 public final class Matcher implements MatchResult {187 public MatchResult toMatchResult() { in toMatchResult()1209 static final class OffsetBasedMatchResult implements MatchResult {
32 public final class Matcher implements java.util.regex.MatchResult {42 public java.util.regex.MatchResult toMatchResult() { in toMatchResult()263 static final class OffsetBasedMatchResult implements java.util.regex.MatchResult {
32 public final class Matcher implements java.util.regex.MatchResult {38 @libcore.util.NonNull public java.util.regex.MatchResult toMatchResult() { throw new RuntimeExcepti… in toMatchResult()
1314 public MatchResult match() { in match()1525 MatchResult mr = this.match(); in hasNextLine()1564 MatchResult mr = this.match(); in nextLine()
60 import java.util.regex.MatchResult;630 MatchResult result ; in test_match()4686 MatchResult mresult = s.match(); in test_findWithinHorizon_LPatternI()4786 MatchResult matchResult = s.match(); in test_findWithinHorizon_LPatternI()4936 MatchResult matchResult = s.match(); in test_findInLine_LPattern()5078 MatchResult matchResult = s.match(); in test_findInLine_LString()5180 MatchResult matchResult = s.match(); in test_skip_LPattern()5427 MatchResult matchResult = s.match(); in test_nextLine()5576 MatchResult matchResult = s.match(); in test_hasNextLine()
1195 "ojluni/src/main/java/java/util/regex/MatchResult.java",