Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcrecpp_unittest.cc486 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) { in TestQuoteMeta() function
504 TestQuoteMeta("foo"); in TestQuotaMetaSimple()
505 TestQuoteMeta("foo.bar"); in TestQuotaMetaSimple()
506 TestQuoteMeta("foo\\.bar"); in TestQuotaMetaSimple()
507 TestQuoteMeta("[1-9]"); in TestQuotaMetaSimple()
508 TestQuoteMeta("1.5-2.0?"); in TestQuotaMetaSimple()
509 TestQuoteMeta("\\d"); in TestQuotaMetaSimple()
510 TestQuoteMeta("Who doesn't like ice cream?"); in TestQuotaMetaSimple()
511 TestQuoteMeta("((a|b)c?d*e+[f-h]i)"); in TestQuotaMetaSimple()
512 TestQuoteMeta("((?!)xxx).*yyy"); in TestQuotaMetaSimple()
[all …]
/external/regex-re2/re2/testing/
Dre2_test.cc384 static void TestQuoteMeta(string unquoted, in TestQuoteMeta() function
405 TestQuoteMeta("foo"); in TEST()
406 TestQuoteMeta("foo.bar"); in TEST()
407 TestQuoteMeta("foo\\.bar"); in TEST()
408 TestQuoteMeta("[1-9]"); in TEST()
409 TestQuoteMeta("1.5-2.0?"); in TEST()
410 TestQuoteMeta("\\d"); in TEST()
411 TestQuoteMeta("Who doesn't like ice cream?"); in TEST()
412 TestQuoteMeta("((a|b)c?d*e+[f-h]i)"); in TEST()
413 TestQuoteMeta("((?!)xxx).*yyy"); in TEST()
[all …]