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

  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 391 static void TestQuoteMeta(string unquoted,
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("((?!)xxx).*yyy")
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 384 static void TestQuoteMeta(string unquoted,
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("((?!)xxx).*yyy")
    [all...]

Completed in 281 milliseconds