Searched refs:PCRE_INFO_CAPTURECOUNT (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist/ |
D | pcre_fullinfo.c | 129 case PCRE_INFO_CAPTURECOUNT: in pcre_fullinfo()
|
D | pcreposix.c | 297 (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, in regcomp()
|
D | pcregexp.pas | 210 PCRE_INFO_CAPTURECOUNT = 2;
|
D | pcrecpp.cc | 654 PCRE_INFO_CAPTURECOUNT, in NumberOfCapturingGroups()
|
D | pcre.h.generic | 259 #define PCRE_INFO_CAPTURECOUNT 2
|
D | pcre.h.in | 259 #define PCRE_INFO_CAPTURECOUNT 2 macro
|
D | pcretest.c | 4168 if (new_info(re, NULL, PCRE_INFO_CAPTURECOUNT, &count) + in main() 5253 if (new_info(re, NULL, PCRE_INFO_CAPTURECOUNT, &count) < 0) in main()
|
/external/pcre/ |
D | pcre.h | 259 #define PCRE_INFO_CAPTURECOUNT 2 macro
|
/external/regex-re2/util/ |
D | pcre.h | 182 #define PCRE_INFO_CAPTURECOUNT 0 macro
|
D | pcre.cc | 687 PCRE_INFO_CAPTURECOUNT, in NumberOfCapturingGroups()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 2733 PCRE_INFO_CAPTURECOUNT
|