Home | History | Annotate | Download | only in base

Lines Matching refs:match1

430         final char match1 = sequence.charAt(0);
434 return c == match1 || c == match2;
437 table.set(match1);