HomeSort by relevance Sort by last modified time
    Searched refs:PCRE2 (Results 1 - 6 of 6) sorted by null

  /external/pcre/dist2/
132html 3 # Script to turn PCRE2 man pages into HTML
66 Return to the <a href="index.html">PCRE2 index page</a>.
69 This page is part of the PCRE2 HTML documentation. It was generated
85 # Some of the PCRE2 man pages used to contain instances of .br. However,
307 Return to the <a href="index.html">PCRE2 index page</a>.
RunTest 4 # Run the PCRE2 tests using the pcre2test program. The appropriate tests are
36 # When PCRE2 is compiled by clang with -fsanitize arguments, some tests need
44 # when run in an ASCII environment. PCRE2 must be built with EBCDIC support for
332 $sim ./pcre2test -C pcre2-8 >/dev/null
334 $sim ./pcre2test -C pcre2-16 >/dev/null
336 $sim ./pcre2test -C pcre2-32 >/dev/null
457 echo PCRE2 C library tests using test data from $testdata
496 # PCRE2 tests that are not Perl-compatible: API, errors, internals
569 echo " than a bug in PCRE2."
RunTest.bat 25 @rem The file was converted for PCRE2 by PH, February 2015.
59 %pcre2test% -C pcre2-8 >NUL
61 %pcre2test% -C pcre2-16 >NUL
63 %pcre2test% -C pcre2-32 >NUL
290 echo ** available on the system, rather than a bug or problem with PCRE2.
516 @echo runs all tests compatible with the linked pcre2 library but it can be given
RunGrepTest.bat 3 :: Run pcre2grep tests. The assumption is that the PCRE2 tests check the library
619 echo Skipping pcre2grep UTF-8 tests: no UTF-8 support in PCRE2 library
    [all...]
configure 3 # Generated by GNU Autoconf 2.69 for PCRE2 10.32.
588 PACKAGE_NAME='PCRE2'
589 PACKAGE_TARNAME='pcre2'
591 PACKAGE_STRING='PCRE2 10.32'
595 ac_unique_file="src/pcre2.h.in"
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 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 wil
    [all...]

Completed in 269 milliseconds