/external/regex-re2/util/ |
D | pcre.cc | 41 PCRE::Arg PCRE::no_more_args((void*)NULL); 43 const PCRE::PartialMatchFunctor PCRE::PartialMatch = { }; 44 const PCRE::FullMatchFunctor PCRE::FullMatch = { } ; 45 const PCRE::ConsumeFunctor PCRE::Consume = { }; 46 const PCRE::FindAndConsumeFunctor PCRE::FindAndConsume = { }; 51 void PCRE::Init(const char* pattern, Option options, int match_limit, in Init() 75 PCRE::PCRE(const char* pattern) { in PCRE() function in re2::PCRE 78 PCRE::PCRE(const char* pattern, Option option) { in PCRE() function in re2::PCRE 81 PCRE::PCRE(const string& pattern) { in PCRE() function in re2::PCRE 84 PCRE::PCRE(const string& pattern, Option option) { in PCRE() function in re2::PCRE [all …]
|
D | pcre.h | 196 class PCRE { 223 PCRE(const char* pattern); 224 PCRE(const char* pattern, Option option); 225 PCRE(const string& pattern); 226 PCRE(const string& pattern, Option option); 227 PCRE(const char *pattern, const PCRE_Options& re_option); 228 PCRE(const string& pattern, const PCRE_Options& re_option); 230 ~PCRE(); 280 bool operator ()(const StringPiece& text, const PCRE& re, // 3..16 args 304 bool operator ()(const StringPiece& text, const PCRE& re, // 3..16 args [all …]
|
/external/regex-re2/re2/testing/ |
D | regexp_benchmark.cc | 69 PCRE re(regexp, PCRE::UTF8); in MemoryUsage() 71 PCRE::FullMatch(text, re); in MemoryUsage() 78 PCRE* re = new PCRE(regexp, PCRE::UTF8); in MemoryUsage() 80 PCRE::FullMatch(text, *re); in MemoryUsage() 95 static_cast<int>(sizeof(PCRE)), in MemoryUsage() 644 PCRE re(regexp, PCRE::UTF8); in CompilePCRE() 864 PCRE re(regexp, PCRE::UTF8); in SearchPCRE() 867 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); in SearchPCRE() 869 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); in SearchPCRE() 949 PCRE re(regexp, PCRE::UTF8); in SearchCachedPCRE() [all …]
|
D | tester.cc | 253 o.set_option(PCRE::UTF8); in TestInstance() 255 o.set_option(PCRE::None); in TestInstance() 258 re_ = new PCRE("("+re+")", o); in TestInstance() 408 const PCRE::Arg **argptr = new const PCRE::Arg*[nsubmatch]; in RunSearch() 409 PCRE::Arg *a = new PCRE::Arg[nsubmatch]; in RunSearch() 411 a[i] = PCRE::Arg(&result->submatch[i]); in RunSearch() 415 PCRE::Anchor pcre_anchor; in RunSearch() 417 pcre_anchor = PCRE::ANCHOR_START; in RunSearch() 419 pcre_anchor = PCRE::UNANCHORED; in RunSearch() 421 pcre_anchor = PCRE::ANCHOR_BOTH; in RunSearch()
|
D | tester.h | 84 PCRE* re_; // PCRE implementation
|
/external/pcre/ |
D | NOTICE | 1 PCRE LICENCE 4 PCRE is a library of functions to support regular expressions whose syntax 7 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as 8 specified below. The documentation for PCRE, supplied in the "doc" 31 PCRE JUST-IN-TIME COMPILATION SUPPORT
|
/external/regex-re2/doc/ |
D | mksyntaxwiki | 10 ,s! pcre$! <font size="1">PCRE</font>!g 28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
|
D | mksyntaxhtml | 12 ,s! pcre$! <font size=-2>PCRE</font>!g 32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
|
D | syntax.txt | 351 (?C) PCRE callout NOT SUPPORTED pcre
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 1373 ((test_mode == G(G(PCRE,BITONE),_MODE))? (t)(G(a,BITONE)->b) : \ 1377 (test_mode == G(G(PCRE,BITONE),_MODE))? \ 1381 (test_mode == G(G(PCRE,BITONE),_MODE))? \ 1386 if (test_mode == G(G(PCRE,BITONE),_MODE)) \ 1392 ((test_mode == G(G(PCRE,BITONE),_MODE))? G(a,BITONE)->b : G(a,BITTWO)->b) 1395 if (test_mode == G(G(PCRE,BITONE),_MODE)) \ 1401 if (test_mode == G(G(PCRE,BITONE),_MODE)) \ 1407 if (test_mode == G(G(PCRE,BITONE),_MODE)) \ 1413 if (test_mode == G(G(PCRE,BITONE),_MODE)) \ 1421 if (test_mode == G(G(PCRE,BITONE),_MODE)) \ [all …]
|
D | pcre2.h.in | 5 /* This is the public header file for the PCRE library, second API, to be 42 /* The current PCRE version information. */ 49 /* When an application links to a PCRE DLL in Windows, the symbols that are 440 /* Functions concerned with compiling a pattern to PCRE internal code. */
|
D | pcre2.h.generic | 5 /* This is the public header file for the PCRE library, second API, to be 42 /* The current PCRE version information. */ 49 /* When an application links to a PCRE DLL in Windows, the symbols that are 440 /* Functions concerned with compiling a pattern to PCRE internal code. */
|
/external/v8/ |
D | LICENSE | 5 - PCRE test suite, located in 7 test suite from PCRE-7.3, which is copyrighted by the University
|
D | NOTICE | 5 - PCRE test suite, located in 7 test suite from PCRE-7.3, which is copyrighted by the University
|
/external/pcre/dist2/m4/ |
D | pcre2_visibility.m4 | 23 dnl Modified to fit with PCRE build environment by Cristian Rodríguez.
|
/external/pcre/dist2/ |
D | NEWS | 104 Version 10.00 is the first release of PCRE2, a revised API for the PCRE
|
D | CMakeLists.txt | 6 # Converted to support PCRE2 from the original PCRE file, August 2014. 32 # CMAKE_BINARY_DIR to PROJECT_BINARY_DIR so that it works when PCRE
|
D | README | 4 PCRE2 is a re-working of the original PCRE library to provide an entirely new 12 There is a mailing list for discussion about the development of PCRE (both the
|
D | HACKING | 5 about PCRE2 internals. PCRE2 is a library based on the original PCRE library,
|
/external/pcre/dist2/testdata/ |
D | testinput5 | 43 # sources it is listed as a space, and has been treated as such in PCRE for 1005 # The next two should be Perl-compatible, but it fails to match \x{e0}. PCRE 1017 # These are PCRE's extra properties to help with Unicodizing \d etc. 1334 # These scripts weren't yet in Perl when I added Unicode 6.0.0 to PCRE 1492 # This property is a PCRE special
|
D | testoutput5 | 58 # sources it is listed as a space, and has been treated as such in PCRE for 2128 # The next two should be Perl-compatible, but it fails to match \x{e0}. PCRE 2146 # These are PCRE's extra properties to help with Unicodizing \d etc. 2852 # These scripts weren't yet in Perl when I added Unicode 6.0.0 to PCRE 3169 # This property is a PCRE special
|
D | testoutput2 | 819 # Perl does not fail these two for the final subjects. Neither did PCRE until 821 # a recursive reference to itself. PCRE has now made these into atomic patterns. 3102 Failed: error 137 at offset 1: PCRE does not support \L, \l, \N{name}, \U, or \u 3105 Failed: error 137 at offset 1: PCRE does not support \L, \l, \N{name}, \U, or \u 3108 Failed: error 137 at offset 1: PCRE does not support \L, \l, \N{name}, \U, or \u 3111 Failed: error 137 at offset 1: PCRE does not support \L, \l, \N{name}, \U, or \u 3114 Failed: error 137 at offset 1: PCRE does not support \L, \l, \N{name}, \U, or \u
|
D | testinput1 | 3 # 32-bit PCRE libraries, and also using the perltest.pl script. 5445 # These tests were formerly in test 2, but changes in PCRE and Perl have
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 857 * PCRE: Search for "LLVM fuzzer" in http://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup; 858 …g_status=__all__&content=libfuzzer&no_redirect=1&order=Importance&product=PCRE&query_format=specif…
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 4 PCRE2 is a re-working of the original PCRE library to provide an entirely new 12 There is a mailing list for discussion about the development of PCRE (both the
|