Home | History | Annotate | Download | only in re2

Lines Matching refs:nrune

687 Rune* Regexp::LeadingString(Regexp* re, int *nrune,
695 *nrune = 1;
700 *nrune = re->nrunes_;
704 *nrune = 0;
820 int nrune = 0;
829 // with the string rune[0:nrune].
838 while (same < nrune && same < nrune_i && rune[same] == rune_i[same])
842 nrune = same;
849 // sub[start:i] all begin with rune[0:nrune] but sub[i]
861 x[0] = LiteralString(rune, nrune, runeflags);
863 RemoveLeadingString(sub[j], nrune);
874 nrune = nrune_i;