HomeSort by relevance Sort by last modified time
    Searched full:pcre (Results 276 - 300 of 337) sorted by null

<<11121314

  /external/pcre/dist/
pcregrep.c 5 /* This is a grep program that uses the PCRE regular expression library to do
10 additional header is required. That header is not included in the main PCRE
72 #include "pcre.h"
255 pcre *compiled;
362 { OP_LONGNUMBER, N_M_LIMIT, &match_limit, "match-limit=number", "set PCRE match limit option" },
363 { OP_LONGNUMBER, N_M_LIMIT_REC, &match_limit_recursion, "recursion-limit=number", "set PCRE match recursion limit option" },
557 /* That header is not included in the main PCRE distribution because
    [all...]
pcre_valid_utf8.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
pcre_compile.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
56 /* When PCRE_DEBUG is defined, we need the pcre(16|32)_printint() function, which
493 "this version of PCRE is compiled without UTF support\0"
499 "PCRE does not support \\L, \\l, \\N{name}, \\U, or \\u\0"
535 "this version of PCRE is not compiled with Unicode property support\0"
567 may mark arbitrary characters as digits - but the PCRE compiling code expects
571 applications one wants PCRE to compile efficiently as well as match
    [all...]
pcre_tables.c 5 /* PCRE is a library of functions to support regular expressions whose syntax
43 PCRE code modules. The tables are also #included by the pcretest program, which
pcrecpp_unittest.cc 363 // Alas, the answer depends on how pcre was compiled.
836 printf("PCRE C++ wrapper tests\n");
    [all...]
  /external/regex-re2/re2/
nfa.cc 20 // implementations (in particular, Perl and PCRE) do.
21 // Note that unlike in Perl and PCRE, this algorithm *cannot* take exponential
45 // (like Perl and PCRE) find.
onepass.cc 42 // runs at about 1/20 of the backtracking-based PCRE speed.
44 // speed as PCRE.
re2.h 21 // supported by RE2, and a comparison with PCRE and PERL regexps.
82 // than PCRE. On the other hand, failed matches run *very* fast (faster
83 // than PCRE), as do matches without substring extraction.
    [all...]
parse.cc     [all...]
  /external/selinux/libselinux/src/
label_file.c 18 #include <pcre.h>
189 /* Check if pcre version mismatch */
373 spec->regex = (pcre *)mmap_area->next_addr;
label_file.h 29 pcre *regex; /* compiled regular expression */
  /external/regex-re2/re2/testing/
re2_test.cc 867 // Check that we don't get bitten by pcre's special handling of a
1109 // This test is PCRE-legacy -- there's no recursion in RE2
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
re_tests.py 88 # NOTE: not an error under PCRE/PRE:
152 # NOTE: not an error under PCRE/PRE:
565 # not an error under PCRE/PRE:
601 # not an error under PCRE/PRE:
622 # bug 111869: search (PRE/PCRE fails on this one, SRE doesn't)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
re_tests.py 88 # NOTE: not an error under PCRE/PRE:
152 # NOTE: not an error under PCRE/PRE:
565 # not an error under PCRE/PRE:
601 # not an error under PCRE/PRE:
622 # bug 111869: search (PRE/PCRE fails on this one, SRE doesn't)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
re_tests.py 88 # NOTE: not an error under PCRE/PRE:
152 # NOTE: not an error under PCRE/PRE:
565 # not an error under PCRE/PRE:
601 # not an error under PCRE/PRE:
622 # bug 111869: search (PRE/PCRE fails on this one, SRE doesn't)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
re_tests.py 88 # NOTE: not an error under PCRE/PRE:
152 # NOTE: not an error under PCRE/PRE:
565 # not an error under PCRE/PRE:
601 # not an error under PCRE/PRE:
622 # bug 111869: search (PRE/PCRE fails on this one, SRE doesn't)
  /system/sepolicy/tools/
check_seapp.c 14 #include <pcre.h>
94 pcre *compiled;
443 log_error("Invalid regex on line %d : %s PCRE error: %s at offset %d",
  /external/libselinux/src/
label_file.h 32 pcre *regex; /* compiled regular expression */
  /external/pcre/dist/testdata/
testinput4 3 PCRE libraries. --/
testinput2 2 of PCRE's API, error diagnostics, and the compiled code of some patterns.
3 It also checks the non-Perl syntax the PCRE supports (Python, .NET,
4 Oniguruma). Finally, there are some tests where PCRE and Perl differ,
5 either because PCRE can't be compatible, or there is a possible Perl
324 /Perl does not fail these two for the final subjects. Neither did PCRE until/
326 /a recursive reference to itself. PCRE has now made these into atomic patterns./
728 /This one's here because Perl does this differently and PCRE can't at present/I
    [all...]
  /external/selinux/libselinux/
ChangeLog 67 * Add pcre version string to the compiled file_contexts format, from
92 * Support building on older PCRE libraries from Joe MacDonald.
151 * label_file: use PCRE instead of glibc regex functions
161 * label_file: add accessors for the pcre extra data
    [all...]
  /external/v8/test/webkit/fast/regex/
pcre-test-4-expected.txt 24 A chunk of our port of PCRE's test suite, adapted to be more applicable to JavaScript.
  /external/v8/tools/
presubmit.py 310 'regexp-pcre.js',
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 945 // PCRE and languages based on it (specifically, PHP and Ruby)
1040 // PCRE limits names to 32 bytes.
1245 // PCRE is not quite so rigorous: it accepts things like
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 945 // PCRE and languages based on it (specifically, PHP and Ruby)
1040 // PCRE limits names to 32 bytes.
1245 // PCRE is not quite so rigorous: it accepts things like
    [all...]

Completed in 3310 milliseconds

<<11121314