HomeSort by relevance Sort by last modified time
    Searched defs:pcrecpp (Results 1 - 6 of 6) sorted by null

  /external/pcre/pcrecpp/include/
pcre_scanner.h 51 #include <pcrecpp.h>
54 namespace pcrecpp { namespace
171 } // namespace pcrecpp
pcrecpparg.h 40 namespace pcrecpp { namespace
205 } // namespace pcrecpp
pcre_stringpiece.h 59 namespace pcrecpp { namespace
156 } // namespace pcrecpp
167 template<> struct __type_traits<pcrecpp::StringPiece> {
178 const pcrecpp::StringPiece& piece);
pcrecpp.h 64 // pcrecpp::RE re("h.*o");
68 // pcrecpp::RE re("e");
72 // pcrecpp::RE("h.*o").FullMatch("hello");
90 // pcrecpp::RE re("(\\w+):(\\d+)");
103 // !pcrecpp::RE("\\w+:\\d+").FullMatch("ruby:1234", &s);
106 // !pcrecpp::RE("(.*)").FullMatch("ruby", &i);
119 // pcrecpp::RE::FullMatch("abc", "[a-z]+(\\d+)?", &number);
126 // pcrecpp::RE::DoMatch(). See pcrecpp.h for the signature for DoMatch.
135 // pcrecpp::RE("ell").PartialMatch("hello")
341 namespace pcrecpp { namespace
    [all...]
  /external/pcre/pcrecpp/
pcre_scanner.cc 40 namespace pcrecpp { namespace
186 } // namespace pcrecpp
pcrecpp.cc 44 #include "pcrecpp.h"
48 namespace pcrecpp { namespace
727 } // namespace pcrecpp

Completed in 632 milliseconds