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

  /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...]
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 87 prefix string // required prefix in unanchored matches
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 87 prefix string // required prefix in unanchored matches
    [all...]

Completed in 1380 milliseconds