Searched refs:pcre2_substitute (Results 1 – 15 of 15) sorted by relevance
/external/pcre/dist2/ |
D | 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 \ 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 …]
|
D | Makefile.am | 73 doc/html/pcre2_substitute.html \ 154 doc/pcre2_substitute.3 \ 339 src/pcre2_substitute.c \
|
D | 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 824 14. Fixed a bug in pcre2_substitute(). If a replacement string ended in a 926 8. The pcre2_substitute() function has been implemented.
|
D | NEWS | 39 4. There have been a number of enhancements to the pcre2_substitute() function,
|
D | NON-AUTOTOOLS-BUILD | 111 pcre2_substitute.c
|
D | CMakeLists.txt | 427 src/pcre2_substitute.c
|
D | README | 752 src/pcre2_substitute.c )
|
/external/pcre/ |
D | Android.bp | 23 libpcre2_dist_prefix + "/src/pcre2_substitute.c",
|
/external/pcre/dist2/src/ |
D | 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_)
|
D | 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_) macro
|
D | pcre2_substitute.c | 215 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute() function
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 1054 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
|
D | 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 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/ |
D | NON-AUTOTOOLS-BUILD.txt | 111 pcre2_substitute.c
|
D | README.txt | 752 src/pcre2_substitute.c )
|