Home | History | Annotate | Download | only in re2

Lines Matching defs:same

837         int same = 0;
838 while (same < nrune && same < nrune_i && rune[same] == rune_i[same])
839 same++;
840 if (same > 0) {
842 nrune = same;
1011 // (Concat of one thing is that one thing; alternate of one thing is same.)