Home
last modified time | relevance | path

Searched refs:EnabledCompileOptions (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/util/
Dpcre.cc63 if (options & ~(EnabledCompileOptions | EnabledExecOptions)) { in Init()
121 (options_ & EnabledCompileOptions), in Compile()
130 (options_ & EnabledCompileOptions), in Compile()
Dpcre.h217 EnabledCompileOptions = UTF8, enumerator