HomeSort by relevance Sort by last modified time
    Searched full:pcre2_substitute (Results 1 - 25 of 25) sorted by null

  /external/pcre/dist2/doc/html/
pcre2_substitute.html 3 <title>pcre2_substitute specification</title>
6 <h1>pcre2_substitute man page</h1>
22 <b>int pcre2_substitute(const pcre2_code *<i>code</i>, PCRE2_SPTR <i>subject</i>,</b>
index.html 234 <tr><td><a href="pcre2_substitute.html">pcre2_substitute</a></td>
pcre2test.html     [all...]
NON-AUTOTOOLS-BUILD.txt 111 pcre2_substitute.c
pcre2api.html 244 <b>int pcre2_substitute(const pcre2_code *<i>code</i>, PCRE2_SPTR <i>subject</i>,</b>
458 The function <b>pcre2_substitute()</b> can be called to match a pattern and
    [all...]
README.txt     [all...]
  /external/pcre/dist2/doc/
pcre2_substitute.3 1 .TH PCRE2_SUBSTITUTE 3 "12 December 2015" "PCRE2 10.21"
10 .B int pcre2_substitute(const pcre2_code *\fIcode\fP, PCRE2_SPTR \fIsubject\fP,
index.html.src 234 <tr><td><a href="pcre2_substitute.html">pcre2_substitute</a></td>
pcre2test.1     [all...]
pcre2test.txt     [all...]
pcre2api.3 182 .B int pcre2_substitute(const pcre2_code *\fIcode\fP, PCRE2_SPTR \fIsubject\fP,
    [all...]
pcre2.txt 335 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject,
524 The function pcre2_substitute() can be called to match a pattern and
    [all...]
  /external/pcre/
Android.bp 23 libpcre2_dist_prefix + "/src/pcre2_substitute.c",
  /external/pcre/dist2/
Makefile.in 196 src/pcre2_substitute.c src/pcre2_substring.c \
217 src/libpcre2_16_la-pcre2_substitute.lo \
247 src/pcre2_substitute.c src/pcre2_substring.c \
267 src/libpcre2_32_la-pcre2_substitute.lo \
293 src/pcre2_substitute.c src/pcre2_substring.c \
313 src/libpcre2_8_la-pcre2_substitute.lo \
    [all...]
NEWS 39 4. There have been a number of enhancements to the pcre2_substitute() function,
ChangeLog 341 46. Add the ${*MARK} facility to pcre2_substitute().
408 67. In pcre2_substitute() in UTF mode, the UTF validity check on the
412 68. In pcre2_substitute() in UTF mode, PCRE2_NO_UTF_CHECK can be set for the
416 pcre2_substitute(). An added check for a number greater than the largest group
424 71. In pcre2_substitute() there was the possibility of reading one code unit
436 75. Give an error in pcre2_substitute() if a match ends before it starts (as a
467 85. Check for too many replacements (more than INT_MAX) in pcre2_substitute().
475 88. In pcre2_substitute(), ensure that CRLF is not split when it is a valid
    [all...]
Makefile.am 73 doc/html/pcre2_substitute.html \
154 doc/pcre2_substitute.3 \
339 src/pcre2_substitute.c \
NON-AUTOTOOLS-BUILD 111 pcre2_substitute.c
CMakeLists.txt 427 src/pcre2_substitute.c
README     [all...]
  /external/pcre/dist2/src/
pcre2.h.generic 149 /* These are additional options for pcre2_substitute(), which passes any others
524 PCRE2_EXP_DECL int pcre2_substitute(const pcre2_code *, \
643 #define pcre2_substitute PCRE2_SUFFIX(pcre2_substitute_)
    [all...]
pcre2.h.in 149 /* These are additional options for pcre2_substitute(), which passes any others
524 PCRE2_EXP_DECL int pcre2_substitute(const pcre2_code *, \
643 #define pcre2_substitute PCRE2_SUFFIX(pcre2_substitute_)
    [all...]
pcre2_substitute.c 215 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, function
850 /* End of pcre2_substitute.c */
pcre2test.c     [all...]
pcre2_compile.c     [all...]

Completed in 2039 milliseconds