HomeSort by relevance Sort by last modified time
    Searched refs:MimicsPCRE (Results 1 - 4 of 4) sorted by null

  /external/regex-re2/re2/testing/
mimics_pcre_test.cc 59 TEST(MimicsPCRE, SimpleTests) {
68 CHECK_EQ(t.should_match, re->MimicsPCRE())
tester.cc 249 // MimicsPCRE() detects 1 and 2.
250 if ((Engines() & (1<<kEnginePCRE)) && regexp_->MimicsPCRE() &&
  /external/regex-re2/re2/
mimics_pcre.cc 23 // Regexp::MimicsPCRE checks for any of these conditions.
101 bool Regexp::MimicsPCRE() {
regexp.h 421 bool MimicsPCRE();

Completed in 345 milliseconds