Home
last modified time | relevance | path

Searched refs:REG_STARTEND (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
Dregex_impl.h88 #define REG_STARTEND 00004 macro
DRegex.cpp64 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc148 if (eflags&REG_STARTEND) {
/external/llvm/lib/Support/
Dregex_impl.h88 #define REG_STARTEND 00004 macro
DRegex.cpp68 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc148 if (eflags&REG_STARTEND) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h88 #define REG_STARTEND 00004 macro
DRegex.cpp80 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
Dregengine.inc148 if (eflags&REG_STARTEND) {
/external/pcre/dist2/src/
Dpcre2posix.h61 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
Dpcre2posix.c318 if ((eflags & REG_STARTEND) != 0) in regexec()
/external/pcre/dist2/
DChangeLog523 103. The POSIX wrapper function regexec() crashed if the option REG_STARTEND
/external/pcre/dist2/doc/
Dpcre2.txt8734 (but see REG_STARTEND below), subject to the options in eflags. These
8754 REG_STARTEND
8762 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location
8763 of the string, not how it is matched. Setting REG_STARTEND and passing
8769 regexec() are ignored (except possibly as input for REG_STARTEND).
8772 (unless REG_STARTEND is set); in both these cases no data about any