Home
last modified time | relevance | path

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

/external/regex-re2/
Ducs2.diff183 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/
Dcompile.cc1033 Frag unanchored = c.Cat(c.DotStar(), all); in Compile() local
1034 c.prog_->set_start_unanchored(unanchored.begin); in Compile()
/external/pcre/dist/
DNEWS340 no longer advance by two characters instead of one when an unanchored match
DChangeLog2789 28. More problems have arisen in unanchored patterns when CRLF is a valid line
3295 46. For an unanchored pattern, if a match attempt fails at the start of a
3854 8. Added the PCRE_FIRSTLINE option. This constrains an unanchored pattern to
/external/pcre/dist/doc/
Dpcre.txt2217 If this option is set, an unanchored pattern is required to match
3263 match failure for an unanchored pattern.
3266 set, and a match attempt for an unanchored pattern fails when the cur-
3343 known that an unanchored match must start with a specific character, it
4386 running a match if the subject is not long enough, or, for unanchored
7374 Note that in this unanchored example the mark is retained from the
7405 tracking to reach it. Even if the pattern is unanchored, no further
7447 ing to reach it. If the pattern is unanchored, the normal "bumpalong"
7465 the pattern is unanchored, the "bumpalong" advance is not to the next
7555 character (for an unanchored pattern). (*SKIP) is similar, except that
[all …]