Searched refs:PCRE_FIRSTLINE (Results 1 – 14 of 14) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_test.c | 647 { 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 …]
|
D | pcregexp.pas | 127 PCRE_FIRSTLINE = $00040000; 149 + PCRE_DUPNAMES + PCRE_FIRSTLINE + PCRE_NEWLINE_BITS
|
D | pcre_jit_compile.c | 9951 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()
|
D | pcre.h.in | 157 #define PCRE_FIRSTLINE 0x00040000 /* C3 */ macro
|
D | pcre.h.generic | 157 #define PCRE_FIRSTLINE 0x00040000 /* C3 */
|
D | pcre_internal.h | 1118 PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
|
D | pcregrep.c | 2399 case 'M': multiline = TRUE; options |= PCRE_MULTILINE|PCRE_FIRSTLINE; break; in handle_option()
|
D | pcretest.c | 3761 case 'f': options |= PCRE_FIRSTLINE; break; in main() 4238 ((get_options & PCRE_FIRSTLINE) != 0)? " firstline" : "", in main()
|
D | pcre_dfa_exec.c | 3379 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_dfa_exec()
|
D | pcre_exec.c | 6547 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_exec()
|
D | ChangeLog | 2594 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/ |
D | pcre.h | 157 #define PCRE_FIRSTLINE 0x00040000 /* C3 */ macro
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 309 /f set PCRE_FIRSTLINE 371 /f PCRE_FIRSTLINE
|
D | pcre.txt | 2226 PCRE_FIRSTLINE
|