Home | History | Annotate | Download | only in src

Lines Matching refs:PCRE2

2 *             PCRE2 testing program              *
5 /* PCRE2 is a library of functions to support regular expressions whose syntax
46 /* This program supports testing of the 8-bit, 16-bit, and 32-bit PCRE2
52 Therefore, it must not make use of any of the macros from pcre2.h or
71 /* That header is not included in the main PCRE2 distribution because other
238 that strictly follows the PCRE2 API.
243 include pcre2.h, we explicitly include it beforehand, along with pcre2posix.h,
249 #include "pcre2.h"
253 /* We need access to some of the data tables that PCRE2 uses. Defining
280 PCRE2_CODE_UNIT_WIDTH was defined as zero before including pcre2.h, it will
395 of PCRE2_NEWLINE_xx in pcre2.h. */
848 { "pcre2-16", CONF_FIX, SUPPORT_16 },
849 { "pcre2-32", CONF_FIX, SUPPORT_32 },
850 { "pcre2-8", CONF_FIX, SUPPORT_8 },
2282 /* This is the set of tables distributed as default with PCRE2. It recognizes
2770 codepoints greater than 0x10ffff which are useful for testing PCRE2's error
4607 fprintf(outfile, "JIT support is not available in this version of PCRE2\n");
5320 /* Translate PCRE2 options to POSIX options and then compile. */
5385 "** in the preg block are not valid for PCRE2. Check that pcre2test is\n"
5386 "** linked with PCRE2's pcre2posix module (-lpcre2-posix) and not with\n"
5893 /* Called from a PCRE2 library as a result of the (?C) item. We print out where
7291 "** PCRE2 error: returned count %d is too big for ovector count %d\n",
7320 "** PCRE2 error: global repeat returned the same string as previous\n");
7718 * Print PCRE2 version *
7725 fprintf(f, "PCRE2 version ");
7810 printf(" -C show PCRE2 compile-time options and exit\n");
7820 printf(" pcre2-8 8 bit library support enabled [0, 1]\n");
7821 printf(" pcre2-16 16 bit library support enabled [0, 1]\n");
7822 printf(" pcre2-32 32 bit library support enabled [0, 1]\n");
7832 printf(" -q quiet: do not output PCRE2 version number at start\n");
7840 printf(" -version show PCRE2 version and exit\n");
8124 /* Get the PCRE2 and Unicode version number and JIT target information, at the
8226 "** This version of PCRE2 was built without 8-bit support\n");
8240 "** This version of PCRE2 was built without 16-bit support\n");
8254 "** This version of PCRE2 was built without 32-bit support\n");