Home
last modified time | relevance | path

Searched refs:PCRE_FIRSTLINE (Results 1 – 14 of 14) sorted by relevance

/external/pcre/dist/
Dpcre_jit_test.c647 { MUA | PCRE_FIRSTLINE, 0 | F_PROPERTY, "\\p{Any}a", "bb\naaa" },
648 { MUA | PCRE_FIRSTLINE, 0 | F_NOMATCH | F_PROPERTY, "\\p{Any}a", "bb\r\naaa" },
649 { MUA | PCRE_FIRSTLINE, 0, "(?<=a)", "a" },
650 { MUA | PCRE_FIRSTLINE, 0 | F_NOMATCH, "[^a][^b]", "ab" },
651 { MUA | PCRE_FIRSTLINE, 0 | F_NOMATCH, "a", "\na" },
652 { MUA | PCRE_FIRSTLINE, 0 | F_NOMATCH, "[abc]", "\na" },
653 { MUA | PCRE_FIRSTLINE, 0 | F_NOMATCH, "^a", "\na" },
654 { MUA | PCRE_FIRSTLINE, 0 | F_NOMATCH, "^(?<=\n)", "\na" },
655 { MUA | PCRE_FIRSTLINE, 0, "\xf0\x90\x90\x80", "\xf0\x90\x90\x80" },
656 …{ PCRE_MULTILINE | PCRE_UTF8 | PCRE_NEWLINE_ANY | PCRE_FIRSTLINE, 0 | F_NOMATCH, "#", "\xc2\x85#" …
[all …]
Dpcregexp.pas127 PCRE_FIRSTLINE = $00040000;
149 + PCRE_DUPNAMES + PCRE_FIRSTLINE + PCRE_NEWLINE_BITS
Dpcre_jit_compile.c9951 if ((re->options & PCRE_FIRSTLINE) != 0) in PRIV()
10050 …l = mainloop_entry(common, (re->flags & PCRE_HASCRORLF) != 0, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()
10055 …if (mode == JIT_COMPILE && fast_forward_first_n_chars(common, (re->options & PCRE_FIRSTLINE) != 0)) in PRIV()
10058 …e_uchar)re->first_char, (re->flags & PCRE_FCH_CASELESS) != 0, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()
10060 fast_forward_newline(common, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()
10062 fast_forward_start_bits(common, study->start_bits, (re->options & PCRE_FIRSTLINE) != 0); in PRIV()
10167 if ((re->options & PCRE_ANCHORED) == 0 && (re->options & PCRE_FIRSTLINE) != 0) in PRIV()
10179 if ((re->options & PCRE_FIRSTLINE) == 0) in PRIV()
10185 if ((re->options & PCRE_FIRSTLINE) == 0) in PRIV()
Dpcre.h.in157 #define PCRE_FIRSTLINE 0x00040000 /* C3 */ macro
Dpcre.h.generic157 #define PCRE_FIRSTLINE 0x00040000 /* C3 */
Dpcre_internal.h1118 PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
Dpcregrep.c2399 case 'M': multiline = TRUE; options |= PCRE_MULTILINE|PCRE_FIRSTLINE; break; in handle_option()
Dpcretest.c3761 case 'f': options |= PCRE_FIRSTLINE; break; in main()
4238 ((get_options & PCRE_FIRSTLINE) != 0)? " firstline" : "", in main()
Dpcre_dfa_exec.c3379 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_dfa_exec()
Dpcre_exec.c6547 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_exec()
DChangeLog2594 14. A similar bug to 7.3/2 existed when the PCRE_FIRSTLINE option was set and
4197 8. Added the PCRE_FIRSTLINE option. This constrains an unanchored pattern to
/external/pcre/
Dpcre.h157 #define PCRE_FIRSTLINE 0x00040000 /* C3 */ macro
/external/pcre/dist/doc/
Dpcretest.txt309 /f set PCRE_FIRSTLINE
371 /f PCRE_FIRSTLINE
Dpcre.txt2226 PCRE_FIRSTLINE