HomeSort by relevance Sort by last modified time
    Searched full:pcretest (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/pcre/dist/doc/
perltest.txt 5 specification as pcretest, and so can be given identical input, except that
7 other pcretest modifiers that are either handled or ignored:
19 The pcretest \Y escape in data lines is removed before matching. The data lines
23 perltest as well as for pcretest. The special upper case pattern modifiers such
24 as /A that pcretest recognizes, and its special data line escapes, are not used
29 modifier /8 that pcretest uses to invoke UTF-8 functionality. The testinput4
36 they make use of the special upper case modifiers and escapes that pcretest
pcretest.txt 0 PCRETEST(1) General Commands Manual PCRETEST(1)
6 pcretest - a program for testing Perl-compatible regular expressions.
10 pcretest [options] [input file [output file]]
12 pcretest was written as a test program for the PCRE regular expression
19 The input for pcretest is a sequence of regular expression patterns and
25 result, pcretest now has rather a lot of obscure options for testing
34 Input to pcretest is processed line by line, either by calling the C
40 characters in pcretest input files.
49 strings encoded in 32-bit units. The pcretest program can be used t
    [all...]
pcretest.1 1 .TH PCRETEST 1 "09 February 2014" "PCRE 8.35"
3 pcretest - a program for testing Perl-compatible regular expressions.
7 .B pcretest "[options] [input file [output file]]"
295 pcretest to read the next line as a continuation of the regular expression.
    [all...]
pcre.3 191 pcretest description of the \fBpcretest\fP testing command
pcrepartial.3 231 .SH "EXAMPLE OF PARTIAL MATCHING USING PCRETEST"
  /external/chromium_org/third_party/re2/re2/testing/
mimics_pcre_test.cc 11 struct PCRETest {
16 static PCRETest tests[] = {
61 const PCRETest& t = tests[i];
  /external/regex-re2/re2/testing/
mimics_pcre_test.cc 11 struct PCRETest {
16 static PCRETest tests[] = {
61 const PCRETest& t = tests[i];
  /external/pcre/dist/
RunTest.bat 3 @rem and requires both pcretest and pcregrep
11 @rem MS Windows batch file to run pcretest on testfiles with the correct
38 if [%pcretest%]==[] set pcretest=.\pcretest.exe variable
41 echo pcretest=%pcretest%
43 if NOT exist %pcretest% (
44 echo Error: %pcretest% not found!
50 %pcretest% -C linksize >NU
    [all...]
RunTest 4 # Run the PCRE tests using the pcretest program. The appropriate tests are
145 ./pcretest -C ebcdic >/dev/null
153 ./pcretest -q $opt $testdata/testinputEBC >testtry
280 $sim ./pcretest -C linksize >/dev/null
294 $sim ./pcretest -C pcre8 >/dev/null
296 $sim ./pcretest -C pcre16 >/dev/null
298 $sim ./pcretest -C pcre32 >/dev/null
349 $sim ./pcretest -C utf >/dev/null
352 $sim ./pcretest -C ucp >/dev/null
356 $sim ./pcretest -C jit >/dev/nul
    [all...]
perltest.pl 90 # A doubled version is used by pcretest to print remainders after captures
102 # Remove /K from a pattern (asks pcretest to check MARK data) */
106 # /W asks pcretest to set PCRE_UCP; change this to /u for Perl
110 # Remove /S or /SS from a pattern (asks pcretest to study or not to study)
160 s/\\Y//g; # Remove \Y (pcretest flag to set PCRE_NO_START_OPTIMIZE)
CMakeLists.txt 12 # (b) Ensure pcretest and pcregrep link with the local library,
213 OPTION (PCRE_SUPPORT_LIBEDIT "Enable support for linking pcretest with libedit." OFF)
221 OPTION (PCRE_SUPPORT_LIBREADLINE "Enable support for linking pcretest with libreadline." ON)
708 SET(PCRETEST_SOURCES pcretest.c)
719 ADD_EXECUTABLE(pcretest ${PCRETEST_SOURCES})
720 SET(targets ${targets} pcretest)
730 TARGET_LINK_LIBRARIES(pcretest ${PCRETEST_LIBS})
773 GET_TARGET_PROPERTY(PCRETEST_EXE pcretest DEBUG_LOCATION)
789 pcretest=${PCRETEST_EXE}
805 pcretest=${PCRETEST_EXE
    [all...]
configure.ac 254 # Handle --enable-pcretest-libedit
255 AC_ARG_ENABLE(pcretest-libedit,
256 AS_HELP_STRING([--enable-pcretest-libedit],
257 [link pcretest with libedit]),
260 # Handle --enable-pcretest-libreadline
261 AC_ARG_ENABLE(pcretest-libreadline,
262 AS_HELP_STRING([--enable-pcretest-libreadline],
263 [link pcretest with libreadline]),
763 Define to any value to allow pcretest to be linked with libedit.])
767 Define to any value to allow pcretest to be linked with libreadline.]
    [all...]
Makefile.in 86 bin_PROGRAMS = pcretest$(EXEEXT) $(am__EXEEXT_1)
427 am__pcretest_SOURCES_DIST = pcretest.c pcre_printint.c \
429 @WITH_PCRE8_TRUE@am__objects_1 = pcretest-pcre_printint.$(OBJEXT)
430 @WITH_PCRE16_TRUE@am__objects_2 = pcretest-pcre16_printint.$(OBJEXT)
431 @WITH_PCRE32_TRUE@am__objects_3 = pcretest-pcre32_printint.$(OBJEXT)
432 am_pcretest_OBJECTS = pcretest-pcretest.$(OBJEXT) $(am__objects_1) \
    [all...]
README 88 doc/pcretest.txt in the source distribution. The first of these is a
92 pcregrep and pcretest commands. These text forms are provided for ease of
121 pcretest programs here:
123 http://www.rexegg.com/pcregrep-pcretest.html
385 . It is possible to compile pcretest so that it links with the libreadline
388 --enable-pcretest-libreadline or --enable-pcretest-libedit
390 If this is done, when pcretest's input is from a terminal, it reads it using
393 pcretest linked in this way, there may be licensing issues. These can be
396 Enabling libreadline causes the -lreadline option to be added to the pcretest
    [all...]
ChangeLog 31 interpreter (though correctly in the JIT matcher). This pcretest input is
117 of a match later then the end of the match. The pcretest program was not
142 9. The informational output from pcretest used the phrase "starting byte set"
193 18. pcretest was missing "-C bsr" for displaying the \R default setting.
237 pcretest.
241 these cases). There was also one in pcretest.c.
257 an empty string. If it can, pcretest shows this in its information output.
285 13. Added the -T and -TM options to pcretest.
307 options in pcretest are provided to set it. It can also be set by
376 32. Added the "forbid" facility to pcretest so that putting tests into th
    [all...]
NON-AUTOTOOLS-BUILD 205 (10) The pcretest program can be linked with any combination of the 8-bit,
207 Compile pcretest.c and pcre_printint.c (again, don't forget
209 If you compiled an 8-bit library, pcretest also needs the pcreposix
212 (11) Run pcretest on the testinput files in the testdata directory, and check
216 32-bit libraries, you need to run pcretest with the -16 option to do
337 particular, the pcretest and pcregrep programs are not built. An example of how
467 of your pcretest.exe and pcregrep.exe programs. Call RunTest.bat with
474 1. Copy RunTest.bat into the directory where pcretest.exe and pcregrep.exe
682 $ COMPILE PCRETEST.C
683 $ LINK/EXE=PCRETEST.EXE PCRETEST.OBJ, PCRE/LIB, PCREPOSIX/LI
    [all...]
PrepareRelease 60 pcretest commands.
83 for file in pcretest pcregrep pcre-config ; do
203 pcretest.c \
  /external/pcre/dist/doc/html/
pcretest.html 3 <title>pcretest specification</title>
6 <h1>pcretest man page</h1>
24 <li><a name="TOC9" href="#SEC9">DEFAULT OUTPUT FROM PCRETEST</a>
36 <b>pcretest [options] [input file [output file]]</b>
39 <b>pcretest</b> was written as a test program for the PCRE regular expression
54 The input for <b>pcretest</b> is a sequence of regular expression patterns and
61 <b>pcretest</b> now has rather a lot of obscure options for testing every
69 Input to <b>pcretest</b> is processed line by line, either by calling the C
75 <b>pcretest</b> input files.
83 <b>pcretest</b> program can be used to test all three libraries. However, it i
    [all...]
README.txt 88 doc/pcretest.txt in the source distribution. The first of these is a
92 pcregrep and pcretest commands. These text forms are provided for ease of
121 pcretest programs here:
123 http://www.rexegg.com/pcregrep-pcretest.html
385 . It is possible to compile pcretest so that it links with the libreadline
388 --enable-pcretest-libreadline or --enable-pcretest-libedit
390 If this is done, when pcretest's input is from a terminal, it reads it using
393 pcretest linked in this way, there may be licensing issues. These can be
396 Enabling libreadline causes the -lreadline option to be added to the pcretest
    [all...]
pcre.html 157 the descriptions of the <b>pcregrep</b> and <b>pcretest</b> programs are in files
158 called <b>pcregrep.txt</b> and <b>pcretest.txt</b>, respectively. The remaining
185 pcretest description of the <b>pcretest</b> testing command
pcresample.html 68 <a href="pcretest.html"><b>pcretest</b>,</a>
NON-AUTOTOOLS-BUILD.txt 205 (10) The pcretest program can be linked with any combination of the 8-bit,
207 Compile pcretest.c and pcre_printint.c (again, don't forget
209 If you compiled an 8-bit library, pcretest also needs the pcreposix
212 (11) Run pcretest on the testinput files in the testdata directory, and check
216 32-bit libraries, you need to run pcretest with the -16 option to do
337 particular, the pcretest and pcregrep programs are not built. An example of how
467 of your pcretest.exe and pcregrep.exe programs. Call RunTest.bat with
474 1. Copy RunTest.bat into the directory where pcretest.exe and pcregrep.exe
682 $ COMPILE PCRETEST.C
683 $ LINK/EXE=PCRETEST.EXE PCRETEST.OBJ, PCRE/LIB, PCREPOSIX/LI
    [all...]
pcrepartial.html 21 <li><a name="TOC6" href="#SEC6">EXAMPLE OF PARTIAL MATCHING USING PCRETEST</a>
258 <br><a name="SEC6" href="#TOC1">EXAMPLE OF PARTIAL MATCHING USING PCRETEST</a><br>
260 If the escape sequence \P is present in a <b>pcretest</b> data line, the
261 PCRE_PARTIAL_SOFT option is used for the match. Here is a run of <b>pcretest</b>
277 The first data string is matched completely, so <b>pcretest</b> shows the
283 If the escape sequence \P is present more than once in a <b>pcretest</b> data
293 an example using <b>pcretest</b>, using the \R escape sequence to set the
394 not the earliest inspected character, <b>pcretest</b> shows it explicitly:
424 longer possible. Consider again this <b>pcretest</b> example:
index.html 86 <tr><td><a href="pcretest.html">pcretest</a></td>
87 <td>&nbsp;&nbsp;The <b>pcretest</b> command for testing PCRE</td></tr>
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
Makefile.tests 201 pcretest$(EXEEXT)::
202 $(SEDENV) ./pcretest $(srcdir)/pcre1.inp pcre1.out
204 #$(SEDENV) ./pcretest -p $(srcdir)/pcre1.inp pcre1p.out
206 $(SEDENV) ./pcretest -P $(srcdir)/pcre2.inp pcre2.out
208 $(SEDENV) ./pcretest -P -p $(srcdir)/pcre2.inp pcre2p.out
210 $(SEDENV) ./pcretest $(srcdir)/pcre3.inp pcre3.out
212 $(SEDENV) ./pcretest -p $(srcdir)/pcre3.inp pcre3p.out
221 tst-pcre$(EXEEXT) tst-boost$(EXEEXT) tst-rxspencer$(EXEEXT) pcretest$(EXEEXT)

Completed in 439 milliseconds

1 2 3