Home
last modified time | relevance | path

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

/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/pcre/dist/
Dpcreposix.h62 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
Dpcreposix.c365 if ((eflags & REG_STARTEND) != 0) in regexec()
DChangeLog2313 10. Applied Alan Lehotsky's patch to add REG_STARTEND support to the POSIX
/external/pcre/dist/doc/
Dpcre.txt9664 (but see REG_STARTEND below), subject to the options in eflags. These
9684 REG_STARTEND
9692 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location