Home
last modified time | relevance | path

Searched refs:script_run (Results 1 – 13 of 13) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_script_run.c85 PRIV(script_run)(PCRE2_SPTR ptr, PCRE2_SPTR endptr, BOOL utf) in PRIV() argument
Dpcre2_match.c5623 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
Dpcre2_jit_compile.c10196 if (PRIV(script_run)(ptr, endptr, FALSE)) in do_script_run() local
10205 if (PRIV(script_run)(ptr, endptr, TRUE)) in do_script_run_utf() local
/third_party/pcre2/pcre2/testdata/
Dtestinput12392 /^(*script_run:.{4})/
Dtestoutput12-321483 /^(*script_run:.{4})/
Dtestoutput12-161486 /^(*script_run:.{4})/
Dtestinput42327 /^(*script_run:.{4})/utf
Dtestoutput43751 /^(*script_run:.{4})/utf
Dtestinput25571 /(?(*script_run:xxx)zzz)/
Dtestoutput216896 /(?(*script_run:xxx)zzz)/
/third_party/pcre2/pcre2/
DNEWS119 (b) The new Perl "script run" features (*script_run:...) and
DChangeLog624 8. Implement the new Perl "script run" features (*script_run:...) and
/third_party/pcre2/pcre2/doc/
Dpcre2.txt8565 If part of a pattern is enclosed between (*script_run: or (*sr: and a
10892 (*script_run:...) ) script run, can be backtracked into
11138 The pattern constructs (*script_run:...) and (*atomic_script_run:...),