Searched refs:EgrepTest (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dexhaustive_test.cc16 EgrepTest(3, 2, "abc.", 3, "abc", "");
21 EgrepTest(3, 2, "AaBb.", 2, "AaBb", "");
29 EgrepTest(3, 2, "abAB.", 2, "aBc@_~", "(?i:%s)");
34 EgrepTest(3, 2, "ab.", 4, "a\xE2\x98\xBA", "");
H A Dexhaustive_tester.h79 void EgrepTest(int maxatoms, int maxops, const string& alphabet,
H A Dexhaustive_tester.cc172 void EgrepTest(int maxatoms, int maxops, const string& alphabet, function in namespace:re2
/external/regex-re2/re2/testing/
H A Dexhaustive_test.cc16 EgrepTest(3, 2, "abc.", 3, "abc", "");
21 EgrepTest(3, 2, "AaBb.", 2, "AaBb", "");
29 EgrepTest(3, 2, "abAB.", 2, "aBc@_~", "(?i:%s)");
34 EgrepTest(3, 2, "ab.", 4, "a\xE2\x98\xBA", "");
H A Dexhaustive_tester.h79 void EgrepTest(int maxatoms, int maxops, const string& alphabet,
H A Dexhaustive_tester.cc172 void EgrepTest(int maxatoms, int maxops, const string& alphabet, function in namespace:re2

Completed in 141 milliseconds