Searched refs:TestQuoteMeta (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
H A Dpcrecpp_unittest.cc486 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) { function
504 TestQuoteMeta("foo");
505 TestQuoteMeta("foo.bar");
506 TestQuoteMeta("foo\\.bar");
507 TestQuoteMeta("[1-9]");
508 TestQuoteMeta("1.5-2.0?");
509 TestQuoteMeta("\\d");
510 TestQuoteMeta("Who doesn't like ice cream?");
511 TestQuoteMeta("((a|b)c?d*e+[f-h]i)");
512 TestQuoteMeta("((
[all...]
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc391 static void TestQuoteMeta(string unquoted, function in namespace:re2
412 TestQuoteMeta("foo");
413 TestQuoteMeta("foo.bar");
414 TestQuoteMeta("foo\\.bar");
415 TestQuoteMeta("[1-9]");
416 TestQuoteMeta("1.5-2.0?");
417 TestQuoteMeta("\\d");
418 TestQuoteMeta("Who doesn't like ice cream?");
419 TestQuoteMeta("((a|b)c?d*e+[f-h]i)");
420 TestQuoteMeta("((
[all...]
/external/regex-re2/re2/testing/
H A Dre2_test.cc384 static void TestQuoteMeta(string unquoted, function in namespace:re2
405 TestQuoteMeta("foo");
406 TestQuoteMeta("foo.bar");
407 TestQuoteMeta("foo\\.bar");
408 TestQuoteMeta("[1-9]");
409 TestQuoteMeta("1.5-2.0?");
410 TestQuoteMeta("\\d");
411 TestQuoteMeta("Who doesn't like ice cream?");
412 TestQuoteMeta("((a|b)c?d*e+[f-h]i)");
413 TestQuoteMeta("((
[all...]

Completed in 816 milliseconds