Home | History | Annotate | Download | only in pcrecpp

Lines Matching refs:Anchor

90 pcre2_code* RE::Compile(Anchor anchor) {
129 if (anchor != ANCHOR_BOTH) {
305 Anchor anchor,
311 pcre2_code* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
341 if (anchor != UNANCHORED)
366 Anchor anchor,
371 int matches = TryMatch(text, 0, anchor, true, match_data);
408 Anchor anchor,
413 bool retval = DoMatchImpl(text, anchor, consumed, args, n);