Home
last modified time | relevance | path

Searched refs:PCRE (Results 1 – 23 of 23) sorted by relevance

/external/regex-re2/util/
Dpcre.cc41 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 …]
Dpcre.h196 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/doc/
Dmksyntaxwiki10 ,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>
Dmksyntaxhtml12 ,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>
Dsyntax.txt351 (?C) PCRE callout NOT SUPPORTED pcre
/external/v8/
DLICENSE5 - PCRE test suite, located in
7 test suite from PCRE-7.3, which is copyrighted by the University
/external/v8/test/mozilla/
Dmozilla.status263 # PCRE doesn't allow subpattern nesting deeper than 200, this tests
273 # support the JS behavior with PCRE, so maybe emulate JSC?
278 # PCRE's match limit is reached. SpiderMonkey hangs on the first one,
296 # Regexp too long for PCRE.
558 # Regular expression test failures due to PCRE. We match JSC (ie, perl)
/external/webkit/Source/JavaScriptCore/
DChangeLog-2003-10-25305 * pcre/pcre.h: Add defines to prepend kjs prefixes for all the PCRE functions.
309 * Makefile.am: Include the subdirectory with the PCRE code in it.
497 Use PCRE UTF-8 regular expressions instead of just chopping off high bytes.
513 * JavaScriptCore.pbproj/project.pbxproj: Add a PCRE header that was missing before.
1412 Set things up so JavaScriptCore builds in PCRE and uses it for
1478 - imported PCRE 3.9 into the tree; this isn't actually compiled or
DChangeLog-2008-08-107752 Minor change to PCRE to help out certain compilers.
23851 and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
24656 PCRE crashes under GuardMalloc
24671 (I think PCRE stuffs information in the high bits)
24727 Attempt to fix non-mac builds after PCRE cleanup.
24738 trailing surrogate (as UTF16 only allows one), possibly fix PCRE bugs involving char
25275 Get rid of PCRE custom char types
25465 changes between PCRE 6.4 and 6.5.
25935 More PCRE style cleanup.
25952 Another round of PCRE cleanups: inlines
[all …]
DChangeLog-2007-10-1463 (match): Merged fix for PCRE bug 580 (\S\S vs. \S{2}).
1379 side of an #ifdef. This has no effect when using PCRE in JAVASCRIPT mode as we do,
1450 - fix <rdar://problem/5345440> PCRE computes wrong length for expressions with quantifiers
1456 … Turned off the following features of PCRE (some of these are simply parsed and not implemented):
1481 lack of \u support, since the PCRE code now has \u support.
1501 - fix <rdar://problem/5345432> PCRE computes length wrong for expressions such as "[**]"
4769 - fix <rdar://problem/4979089> PCRE should avoid setjmp/longjmp even when compiler
4805 3) Speed up use of malloc and free in PCRE by making it use fastMalloc and fastFree.
4816 This is better than code that sets the PCRE allocation globals because by doing it
6102 a value supported by PCRE.
[all …]
DChangeLog-2009-06-167802 (From about 3x slower than PCRE on regex-dna to about 30% slower).
7959 * Up the pattern size limit to match PCRE's new limit.
8040 * Add (temporary) support for falling back to PCRE for expressions not supported.
8678 functional, has not been optimized and is likely slower than PCRE, and
9663 I raised PCRE's "matchLimit" (limit on backtracking) by an order of
9682 Bumped the pattern size limit to 1MB, and standardized it between PCRE
9696 (getLinkValueAllowZero): Made PCRE's "LINK_SIZE" (the number of bytes
9698 jumps. Bumped PCRE's "MAX_PATTERN_SIZE" to 1MB. (Technically, at this
9704 (JSC::WREC::Generator::compileRegExp): Match PCRE's maximum pattern size,
13046 (JSC::WREC::Parser::parseParentheses): Fall back on PCRE for the rare
[all …]
DChangeLog-2011-02-16881 Remove PCRE source from trunk
1112 Replace PCRE with Yarr in WebCore
1528 Replace PCRE with Yarr in WebCore
6433 Enable PCRE computed gotos when compiling with RCVT 4.0 or greater in GNU mode
9391 YARR JIT should fallback to YARR Interpreter instead of PCRE.
9395 expressions with PCRE from JavaScriptCore.
9821 YARR JIT should fallback to YARR Interpreter instead of PCRE.
9825 expressions with PCRE from JavaScriptCore.
18360 Change YARR JIT to fallback to PCRE
23643 …//problem/8054988> Work around an LLVM GCC code generation bug that results in crashes inside PCRE.
[all …]
DChangeLog-2010-05-245823 …The problem is a bug in our port of PCRE - that a read may take place from the first character in …
5826 this will be to remove PCRE.
/external/libvpx/examples/includes/geshi/docs/
DCHANGES92 - Fixed a problem with PCRE patterns for Keyword matching sometimes producing
93 very large strings, that could not be handled by some versions of PCRE lib,
Dgeshi-doc.txt1616 Regular expressions use the PCRE syntax (perl-style), not the ereg() style!
/external/icu4c/test/testdata/
Dregextst.txt877 # [:word:] is implemented directly by regexp. Not a java compat property, but PCRE and others.
/external/webkit/Source/WebKit/mac/
DChangeLog2230 Remove PCRE source from trunk
/external/webkit/Source/WebCore/
DChangeLog-2011-02-165351 Replace PCRE with Yarr in WebCore
8432 Replace PCRE with Yarr in WebCore
8446 Replace PCRE with Yarr in WebCore
DChangeLog-2003-10-254165 work with PCRE, and also didn't work with Japanese.
DChangeLog-2005-08-2339073 - switch PCRE to do UTF-16 directly instead of converting to/from UTF-8 for speed
DChangeLog-2008-08-1075927 remove unused PCRE features for speed
/external/webkit/Tools/
DChangeLog-2011-02-16581 Remove PCRE source from trunk
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-161436 Remove PCRE source from trunk