Searched refs:QuoteMeta (Results 1 – 3 of 3) sorted by relevance
626 static string QuoteMeta(const StringPiece& unquoted);
490 string quoted = RE::QuoteMeta(unquoted); in TestQuoteMeta()499 string quoted = RE::QuoteMeta(unquoted); in NegativeTestQuoteMeta()
268 /*static*/ string RE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() function in pcrecpp::RE