Home
last modified time | relevance | path

Searched refs:REG_NEWLINE (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
DRegex.cpp29 flags |= REG_NEWLINE; in Regex()
Dregcomp.c371 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
553 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
729 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
DRegex.cpp31 flags |= REG_NEWLINE; in Regex()
Dregcomp.c371 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
553 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
729 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/external/swiftshader/third_party/LLVM/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
DRegex.cpp29 flags |= REG_NEWLINE; in Regex()
Dregcomp.c362 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
517 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
693 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregex_impl.h60 #define REG_NEWLINE 0010 macro
Dregengine.inc523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
DRegex.cpp36 flags |= REG_NEWLINE; in Regex()
Dregcomp.c498 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
680 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
856 if (p->g->cflags&REG_NEWLINE) in p_bracket()
/external/pcre/dist2/src/
Dpcre2posix.h55 #define REG_NEWLINE 0x0002 /* Maps to PCRE2_MULTILINE */ macro
Dpcre2posix.c244 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in regcomp()
Dpcre2test.c5327 if ((pat_patctl.options & PCRE2_MULTILINE) != 0) cflags |= REG_NEWLINE; in process_pattern()
/external/pcre/dist2/doc/
Dpcre2.txt9445 REG_NEWLINE
9449 the defined POSIX behaviour for REG_NEWLINE (see the following sec-
9503 PCRE2_MULTILINE has only some of the effects specified for REG_NEWLINE.
9538 . matches newline yes REG_NEWLINE
9539 newline matches [^a] yes REG_NEWLINE
9540 $ matches \n at end no REG_NEWLINE
9541 $ matches \n in middle no REG_NEWLINE
9542 ^ matches \n in middle no REG_NEWLINE
9551 there is no way to make PCRE2 behave exactly as for the REG_NEWLINE
9552 action. When using the POSIX API, passing REG_NEWLINE to PCRE2's reg-
Dpcre2test.txt868 multiline REG_NEWLINE