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

  /external/pcre/
pcrecpp.h 623 // Note QuoteMeta behaves the same as perl's QuoteMeta function,
626 static string QuoteMeta(const StringPiece& unquoted);
pcrecpp_unittest.cc 486 string quoted = RE::QuoteMeta(unquoted);
495 string quoted = RE::QuoteMeta(unquoted);
551 printf("Testing QuoteMeta\n");
    [all...]
pcrecpp.cc 467 /*static*/ string RE::QuoteMeta(const StringPiece& unquoted) {
475 // same name; see `perldoc -f quotemeta`.) The one exception is

Completed in 26 milliseconds