Searched refs:EnabledExecOptions (Results 1 – 2 of 2) sorted by relevance
/external/regex-re2/util/ | ||
D | pcre.h | 218 EnabledExecOptions = 0x0000, // TODO: use to replace anchor flag enumerator |
D | pcre.cc | 63 if (options & ~(EnabledCompileOptions | EnabledExecOptions)) { in Init() |