Searched refs:PCRE_JAVASCRIPT_COMPAT (Results 1 – 14 of 14) sorted by relevance
/external/pcre/dist/ |
D | pcregexp.pas | 141 PCRE_JAVASCRIPT_COMPAT= $02000000; 152 + PCRE_BSR_ANYCRLF + PCRE_BSR_UNICODE + PCRE_JAVASCRIPT_COMPAT
|
D | pcre_study.c | 385 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength() 416 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength()
|
D | pcre_jit_test.c | 530 { MUA | PCRE_DUPNAMES | PCRE_JAVASCRIPT_COMPAT, 0, "\\k<A>{1,3}(?<A>aa)(?<A>bb)", "aabb" }, 531 { MUA | PCRE_DUPNAMES | PCRE_JAVASCRIPT_COMPAT, 0, "\\k<A>*(?<A>aa)(?<A>bb)", "aabb" }, 536 { MUA | PCRE_DUPNAMES | PCRE_JAVASCRIPT_COMPAT, 0, "\\k<A>{1,3}?(?<A>aa)(?<A>bb)", "aabb" },
|
D | pcre_compile.c | 1047 if ((options & PCRE_JAVASCRIPT_COMPAT) != 0) in check_escape() 1088 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) *errorcodeptr = ERR37; in check_escape() 1301 if ((options & PCRE_JAVASCRIPT_COMPAT) != 0) in check_escape() 4736 if ((cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch() 4807 (cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
|
D | pcre_internal.h | 1119 PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE|PCRE_NEVER_UTF)
|
D | pcre.h.in | 166 #define PCRE_JAVASCRIPT_COMPAT 0x02000000 /* C5 */ macro
|
D | pcre.h.generic | 166 #define PCRE_JAVASCRIPT_COMPAT 0x02000000 /* C5 */
|
D | pcretest.c | 2893 if (strncmpic(p, (pcre_uint8 *)"JS>", 3) == 0) return PCRE_JAVASCRIPT_COMPAT; in check_mc_option()
|
D | pcre_exec.c | 6549 md->jscript_compat = (re->options & PCRE_JAVASCRIPT_COMPAT) != 0; in pcre_exec()
|
D | pcre_jit_compile.c | 9817 common->jscript_compat = (re->options & PCRE_JAVASCRIPT_COMPAT) != 0; in PRIV()
|
D | ChangeLog | 2328 13. Added the PCRE_JAVASCRIPT_COMPAT option. This makes the following changes
|
/external/pcre/ |
D | pcre.h | 166 #define PCRE_JAVASCRIPT_COMPAT 0x02000000 /* C5 */ macro
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 340 /<JS> set PCRE_JAVASCRIPT_COMPAT 386 /<JS> PCRE_JAVASCRIPT_COMPAT
|
D | pcre.txt | 2221 PCRE_JAVASCRIPT_COMPAT 5084 If the PCRE_JAVASCRIPT_COMPAT option is set, the interpretation of \x 5128 PCRE_JAVASCRIPT_COMPAT option is set, \U matches a "U" character, and 5728 cial by default. However, if the PCRE_JAVASCRIPT_COMPAT option is set, 6549 the PCRE_JAVASCRIPT_COMPAT option is set at compile time, a back refer-
|