Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc489 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) { in TestQuoteMeta() function
507 TestQuoteMeta("foo"); in TestQuotaMetaSimple()
508 TestQuoteMeta("foo.bar"); in TestQuotaMetaSimple()
509 TestQuoteMeta("foo\\.bar"); in TestQuotaMetaSimple()
510 TestQuoteMeta("[1-9]"); in TestQuotaMetaSimple()
511 TestQuoteMeta("1.5-2.0?"); in TestQuotaMetaSimple()
512 TestQuoteMeta("\\d"); in TestQuotaMetaSimple()
513 TestQuoteMeta("Who doesn't like ice cream?"); in TestQuotaMetaSimple()
514 TestQuoteMeta("((a|b)c?d*e+[f-h]i)"); in TestQuotaMetaSimple()
515 TestQuoteMeta("((?!)xxx).*yyy"); in TestQuotaMetaSimple()
[all …]