Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/include/
Dpcrecpp.h626 static string QuoteMeta(const StringPiece& unquoted);
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc490 string quoted = RE::QuoteMeta(unquoted); in TestQuoteMeta()
499 string quoted = RE::QuoteMeta(unquoted); in NegativeTestQuoteMeta()
Dpcrecpp.cc268 /*static*/ string RE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() function in pcrecpp::RE