Searched refs:REG_STARTEND (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Support/
H A Dregex_impl.h88 #define REG_STARTEND 00004 macro
H A DRegex.cpp68 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND);
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
/external/pcre/dist/
H A Dpcreposix.h62 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
H A Dpcreposix.c360 /* REG_STARTEND is a BSD extension, to allow for non-NUL-terminated strings.
361 The man page from OS X says "REG_STARTEND affects only the location of the
365 if ((eflags & REG_STARTEND) != 0)

Completed in 123 milliseconds