Home
last modified time | relevance | path

Searched refs:substitute_callout (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_context.c410 int (*substitute_callout)(pcre2_substitute_callout_block *, void *), in pcre2_set_substitute_callout()
413 mcontext->substitute_callout = substitute_callout; in pcre2_set_substitute_callout()
Dpcre2_substitute.c897 if (!overflowed && mcontext != NULL && mcontext->substitute_callout != NULL) in pcre2_substitute()
901 rc = mcontext->substitute_callout(&scb, mcontext->substitute_callout_data); in pcre2_substitute()
Dpcre2_intmodedep.h587 int (*substitute_callout)(pcre2_substitute_callout_block *, void *); member
/external/pcre/dist2/testdata/
Dtestinput12387 /(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
Dtestinput10483 /(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
Dtestinput25543 /a(b)c|xyz/g,replace=<$0>,substitute_callout
5591 /abc/replace=xyz,substitute_callout
5802 /a(b)c|xyz/g,replace=<$0>,substitute_callout,substitute_replacement_only
Dtestoutput12-321473 /(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
Dtestoutput12-161476 /(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
Dtestoutput101606 /(?<=abc)(|def)/g,utf,replace=<$0>,substitute_callout
Dtestoutput216833 /a(b)c|xyz/g,replace=<$0>,substitute_callout
16936 /abc/replace=xyz,substitute_callout
17514 /a(b)c|xyz/g,replace=<$0>,substitute_callout,substitute_replacement_only
/external/pcre/dist2/doc/
Dpcre2test.txt965 substitute_callout use substitution callouts
1122 substitute_callout use substitution callouts
1344 If the substitute_callout modifier is set, a substitution callout func-
1350 /abc/g,replace=<$0>,substitute_callout
1505 with the find_limits or substitute_callout modifiers.