Home
last modified time | relevance | path

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

/external/regex-re2/re2/testing/
Dre2_test.cc386 string quoted = RE2::QuoteMeta(unquoted); in TestQuoteMeta()
396 string quoted = RE2::QuoteMeta(unquoted); in NegativeTestQuoteMeta()
404 TEST(QuoteMeta, Simple) { in TEST() argument
416 TEST(QuoteMeta, SimpleNegative) { in TEST() argument
431 TEST(QuoteMeta, Latin1) { in TEST() argument
435 TEST(QuoteMeta, UTF8) { in TEST() argument
448 TEST(QuoteMeta, HasNull) { in TEST() argument
/external/pcre/dist/
Dpcrecpp.h626 static string QuoteMeta(const StringPiece& unquoted);
Dpcrecpp_unittest.cc487 string quoted = RE::QuoteMeta(unquoted); in TestQuoteMeta()
496 string quoted = RE::QuoteMeta(unquoted); in NegativeTestQuoteMeta()
Dpcrecpp.cc466 /*static*/ string RE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() function in pcrecpp::RE
DNEWS432 QuoteMeta function and the ability to allow copy construction and
DChangeLog2300 6. Applied Craig's patch to the QuoteMeta function so that it escapes the
3068 5. Applied patches from Google to: (a) add a QuoteMeta function to the C++
/external/regex-re2/util/
Dpcre.h440 static string QuoteMeta(const StringPiece& unquoted);
Dpcre.cc412 string PCRE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() function in re2::PCRE
/external/regex-re2/re2/
Dre2.h408 static string QuoteMeta(const StringPiece& unquoted);
Dre2.cc425 string RE2::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() function in re2::RE2
/external/pcre/dist/doc/
Dpcre.txt9858 You can use the "QuoteMeta" operation to insert backslashes before all
9863 string quoted = RE::QuoteMeta(unquoted);