Home
last modified time | relevance | path

Searched refs:nrune (Results 1 – 3 of 3) sorted by relevance

/external/regex-re2/
Ducs2.diff430 - int nrune = 0;
439 - spbegin = text16.begin() + sizeof(uint16)*nrune;
441 - spend = text16.begin() + sizeof(uint16)*nrune;
446 - nrune++;
464 - int nrune = 0;
472 - if (nrune == (sp->begin() - text16.begin())/2)
474 - if (nrune == (sp->end() - text16.begin())/2)
480 - nrune++;
/external/regex-re2/re2/
Dparse.cc688 Rune* Regexp::LeadingString(Regexp* re, int *nrune, in LeadingString() argument
696 *nrune = 1; in LeadingString()
701 *nrune = re->nrunes_; in LeadingString()
705 *nrune = 0; in LeadingString()
821 int nrune = 0; in FactorAlternationRecursive() local
839 while (same < nrune && same < nrune_i && rune[same] == rune_i[same]) in FactorAlternationRecursive()
843 nrune = same; in FactorAlternationRecursive()
862 x[0] = LiteralString(rune, nrune, runeflags); in FactorAlternationRecursive()
864 RemoveLeadingString(sub[j], nrune); in FactorAlternationRecursive()
875 nrune = nrune_i; in FactorAlternationRecursive()
Dregexp.h462 static Rune* LeadingString(Regexp* re, int* nrune, ParseFlags* flags);