HomeSort by relevance Sort by last modified time
    Searched refs:nrune_i (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/re2/
parse.cc 832 int nrune_i = 0; local
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;
    [all...]
  /external/regex-re2/re2/
parse.cc 832 int nrune_i = 0; local
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;
    [all...]

Completed in 340 milliseconds