Searched refs:script_run (Results 1 – 13 of 13) sorted by relevance
/external/pcre/dist2/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 | 5621 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
|
D | pcre2_jit_compile.c | 10127 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/ |
D | testinput12 | 392 /^(*script_run:.{4})/
|
D | testoutput12-32 | 1483 /^(*script_run:.{4})/
|
D | testoutput12-16 | 1486 /^(*script_run:.{4})/
|
D | testinput4 | 2327 /^(*script_run:.{4})/utf
|
D | testoutput4 | 3751 /^(*script_run:.{4})/utf
|
D | testinput2 | 5573 /(?(*script_run:xxx)zzz)/
|
D | testoutput2 | 16899 /(?(*script_run:xxx)zzz)/
|
/external/pcre/dist2/ |
D | NEWS | 85 (b) The new Perl "script run" features (*script_run:...) and
|
D | ChangeLog | 449 8. Implement the new Perl "script run" features (*script_run:...) and
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 8535 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:...),
|