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

  /external/chromium_org/third_party/re2/re2/
compile.cc 735 // Remember unanchored match to end of string.
1030 // Also create unanchored version, which starts with a .*? loop.
1034 Frag unanchored = c.Cat(c.DotStar(), all); local
1035 c.prog_->set_start_unanchored(unanchored.begin);
1106 if (anchor == RE2::UNANCHORED) {
    [all...]
  /external/regex-re2/re2/
compile.cc 734 // Remember unanchored match to end of string.
1029 // Also create unanchored version, which starts with a .*? loop.
1033 Frag unanchored = c.Cat(c.DotStar(), all); local
1034 c.prog_->set_start_unanchored(unanchored.begin);
1105 if (anchor == RE2::UNANCHORED) {
    [all...]

Completed in 163 milliseconds