Home
last modified time | relevance | path

Searched refs:REG_STARTEND (Results 1 – 22 of 22) 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/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregex_impl.h88 #define REG_STARTEND 00004 macro
DRegex.cpp85 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.c323 if ((eflags & REG_STARTEND) != 0) in regexec()
Dpcre2test.c6805 eflags |= REG_STARTEND; in process_data()
/external/pcre/dist2/
DChangeLog8 1. When matching using the the REG_STARTEND feature of the POSIX API with a
520 38. Fix returned offsets from regexec() when REG_STARTEND is used with a
1456 103. The POSIX wrapper function regexec() crashed if the option REG_STARTEND
/external/pcre/dist2/doc/
Dpcre2.txt9562 (but see REG_STARTEND below), subject to the options in eflags. These
9582 REG_STARTEND
9587 zeros within the subject string, and indeed, using REG_STARTEND is the
9599 does not imply REG_NOTBOL; REG_STARTEND affects only the location and
9600 length of the string, not how it is matched. Setting REG_STARTEND and
9606 regexec() are ignored (except possibly as input for REG_STARTEND).
9609 (unless REG_STARTEND is set); in both these cases no data about any
Dpcre2test.txt1042 REG_STARTEND option, which uses offsets to specify which part of the