Searched refs:unanchored (Results 1 – 5 of 5) sorted by relevance
/external/regex-re2/ |
D | ucs2.diff | 183 Frag unanchored = c.Cat(dotloop, all); 184 c.prog_->set_start_unanchored(unanchored.begin); 195 // If there's a required first byte for an unanchored search
|
/external/regex-re2/re2/ |
D | compile.cc | 1033 Frag unanchored = c.Cat(c.DotStar(), all); in Compile() local 1034 c.prog_->set_start_unanchored(unanchored.begin); in Compile()
|
/external/pcre/dist/ |
D | NEWS | 356 no longer advance by two characters instead of one when an unanchored match
|
D | ChangeLog | 3132 28. More problems have arisen in unanchored patterns when CRLF is a valid line 3638 46. For an unanchored pattern, if a match attempt fails at the start of a 4197 8. Added the PCRE_FIRSTLINE option. This constrains an unanchored pattern to
|
/external/pcre/dist/doc/ |
D | pcre.txt | 2228 If this option is set, an unanchored pattern is required to match 3274 match failure for an unanchored pattern. 3277 set, and a match attempt for an unanchored pattern fails when the cur- 3354 known that an unanchored match must start with a specific character, it 4397 running a match if the subject is not long enough, or, for unanchored 7398 Note that in this unanchored example the mark is retained from the 7429 tracking to reach it. Even if the pattern is unanchored, no further 7471 ing to reach it. If the pattern is unanchored, the normal "bumpalong" 7489 the pattern is unanchored, the "bumpalong" advance is not to the next 7579 character (for an unanchored pattern). (*SKIP) is similar, except that [all …]
|