Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc1040 Rune* rune_i = NULL; in Round1() local
1044 rune_i = Regexp::LeadingString(sub[i], &nrune_i, &runeflags_i); in Round1()
1047 while (same < nrune && same < nrune_i && rune[same] == rune_i[same]) in Round1()
1074 rune = rune_i; in Round1()