Searched refs:script_run (Results 1 – 13 of 13) sorted by relevance
| /third_party/pcre2/pcre2/src/ |
| D | pcre2_script_run.c | 85 PRIV(script_run)(PCRE2_SPTR ptr, PCRE2_SPTR endptr, BOOL utf) in PRIV() argument
|
| D | pcre2_match.c | 5816 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
|
| D | pcre2_jit_compile.c | 10358 if (PRIV(script_run)(ptr, endptr, FALSE)) in do_script_run() local 10367 if (PRIV(script_run)(ptr, endptr, TRUE)) in do_script_run_utf() local
|
| /third_party/pcre2/pcre2/testdata/ |
| D | testinput12 | 392 /^(*script_run:.{4})/
|
| D | testoutput12-32 | 1483 /^(*script_run:.{4})/
|
| D | testoutput12-16 | 1486 /^(*script_run:.{4})/
|
| D | testinput4 | 2355 /^(*script_run:.{4})/utf
|
| D | testoutput4 | 3791 /^(*script_run:.{4})/utf
|
| D | testinput2 | 5571 /(?(*script_run:xxx)zzz)/
|
| D | testoutput2 | 16896 /(?(*script_run:xxx)zzz)/
|
| /third_party/pcre2/pcre2/ |
| D | NEWS | 151 (b) The new Perl "script run" features (*script_run:...) and
|
| D | ChangeLog | 729 8. Implement the new Perl "script run" features (*script_run:...) and
|
| /third_party/pcre2/pcre2/doc/ |
| D | pcre2.txt | 8620 If part of a pattern is enclosed between (*script_run: or (*sr: and a 10974 (*script_run:...) ) script run, can be backtracked into 11222 The pattern constructs (*script_run:...) and (*atomic_script_run:...),
|