Home | History | Annotate | Download | only in re2

Lines Matching refs:all

1 // Copyright 2007 The RE2 Authors.  All Rights Reserved.
36 // Patches all the entries on l to have value v.
66 // Patches all the entries on l to have value v.
130 // string backward (reverses all concatenations).
133 // Compiles alternation of all the re to a new Prog.
205 // Returns the alternation of all the added suffixes.
319 // To run backward over string, reverse all concatenations.
814 // If this range contains all of A-Za-z or none of it,
989 // to run over the input string backward (reverses all concatenations).
1018 Frag all = c.Cat(f, c.Match(0));
1019 c.prog_->set_start(all.begin);
1033 Frag unanchored = c.Cat(c.DotStar(), all);
1100 Frag all = c.WalkExponential(re, kNullFrag, 2*c.max_inst_);
1108 all = c.Cat(c.DotStar(), all);
1111 c.prog_->set_start(all.begin);
1112 c.prog_->set_start_unanchored(all.begin);