Home | History | Annotate | Download | only in re2

Lines Matching refs:nrune_i

832     int nrune_i = 0;
835 rune_i = LeadingString(sub[i], &nrune_i, &runeflags_i);
838 while (same < nrune && same < nrune_i && rune[same] == rune_i[same])
874 nrune = nrune_i;