Home | History | Annotate | Download | only in plaintext

Lines Matching refs:match_main

1518   public int match_main(String text, String pattern, int loc) {
1521 throw new IllegalArgumentException("Null inputs. (match_main)");
1932 start_loc = match_main(text,
1935 end_loc = match_main(text,
1944 start_loc = match_main(text, text1, expected_loc);