Home
last modified time | relevance | path

Searched refs:pcre2_substitute (Results 1 – 15 of 15) sorted by relevance

/external/pcre/dist2/
DMakefile.in196 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 \
879 doc/html/pcre2_substitute.html \
960 doc/pcre2_substitute.3 \
1123 src/pcre2_substitute.c \
1354 src/libpcre2_16_la-pcre2_substitute.lo: src/$(am__dirstamp) \
[all …]
DMakefile.am73 doc/html/pcre2_substitute.html \
154 doc/pcre2_substitute.3 \
339 src/pcre2_substitute.c \
DChangeLog341 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
824 14. Fixed a bug in pcre2_substitute(). If a replacement string ended in a
926 8. The pcre2_substitute() function has been implemented.
DNEWS39 4. There have been a number of enhancements to the pcre2_substitute() function,
DNON-AUTOTOOLS-BUILD111 pcre2_substitute.c
DCMakeLists.txt427 src/pcre2_substitute.c
DREADME752 src/pcre2_substitute.c )
/external/pcre/
DAndroid.bp23 libpcre2_dist_prefix + "/src/pcre2_substitute.c",
/external/pcre/dist2/src/
Dpcre2.h.generic149 /* 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_)
Dpcre2.h.in149 /* 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_) macro
Dpcre2_substitute.c215 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute() function
/external/pcre/dist2/doc/
Dpcre2test.txt1054 If the replace modifier is set, the pcre2_substitute() function is
1067 options) for pcre2_substitute():
1090 to pcre2_substitute() as the size of the output buffer, with the
1100 The default action of pcre2_substitute() is to return
1103 stitute_overflow_length modifier), pcre2_substitute() continues to go
1115 pcre2_substitute().
1203 When testing pcre2_substitute(), this modifier also has the effect of
Dpcre2.txt335 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject,
524 The function pcre2_substitute() can be called to match a pattern and
2702 int pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject,
2716 The first seven arguments of pcre2_substitute() are the same as for
2736 pcre2_substitute() has to simulate all the matching and copying,
2778 ORY immediately. If this option is set, however, pcre2_substitute()
2862 If successful, pcre2_substitute() returns the number of replacements
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt111 pcre2_substitute.c
DREADME.txt752 src/pcre2_substitute.c )