Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dpcre.h167 const bool UsingPCRE = true; variable
171 const bool UsingPCRE = false; variable
/external/regex-re2/re2/testing/
Dtester.cc68 if (!UsingPCRE) in Engines()