Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_script_run.c85 PRIV(script_run)(PCRE2_SPTR ptr, PCRE2_SPTR endptr, BOOL utf) in PRIV() argument
Dpcre2_match.c5621 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
Dpcre2_jit_compile.c10127 if (PRIV(script_run)(ptr, endptr, FALSE)) in do_script_run() local
10136 if (PRIV(script_run)(ptr, endptr, TRUE)) in do_script_run_utf() local
/external/pcre/dist2/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
Dtestinput25573 /(?(*script_run:xxx)zzz)/
Dtestoutput216899 /(?(*script_run:xxx)zzz)/
/external/pcre/dist2/
DNEWS85 (b) The new Perl "script run" features (*script_run:...) and
DChangeLog449 8. Implement the new Perl "script run" features (*script_run:...) and
/external/pcre/dist2/doc/
Dpcre2.txt8535 If part of a pattern is enclosed between (*script_run: or (*sr: and a
10854 (*script_run:...) ) script run, can be backtracked into
11100 The pattern constructs (*script_run:...) and (*atomic_script_run:...),