Searched refs:pcrecpp (Results 1 - 16 of 16) sorted by relevance

/external/pcre/dist/
H A Dpcre_stringpiece.cc41 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) {
H A Dpcre_scanner.h51 #include <pcrecpp.h>
54 namespace pcrecpp { namespace
170 } // namespace pcrecpp
H A Dpcrecpp_unittest.cc44 #include "pcrecpp.h"
46 using pcrecpp::StringPiece;
47 using pcrecpp::RE;
48 using pcrecpp::RE_Options;
49 using pcrecpp::Hex;
50 using pcrecpp::Octal;
51 using pcrecpp::CRadix;
538 TestQuoteMeta("Pl\xc3\xa1\x63ido Domingo", pcrecpp::UTF8());
539 TestQuoteMeta("xyz", pcrecpp::UTF8()); // No fancy utf8
540 TestQuoteMeta("\xc2\xb0", pcrecpp
[all...]
H A Dpcre_stringpiece.h59 namespace pcrecpp { namespace
156 } // namespace pcrecpp
167 template<> struct __type_traits<pcrecpp::StringPiece> {
178 const pcrecpp::StringPiece& piece);
H A Dpcre_scanner_unittest.cc44 #include "pcrecpp.h"
60 using pcrecpp::StringPiece;
61 using pcrecpp::Scanner;
H A Dpcre_scanner.cc44 namespace pcrecpp { namespace
199 } // namespace pcrecpp
H A Dpcre_stringpiece_unittest.cc12 #include "pcrecpp.h"
27 using pcrecpp::StringPiece;
H A Dpcrecpparg.h40 namespace pcrecpp { namespace
171 } // namespace pcrecpp
H A DMakefile.am17 # Note that pcrecpp.html is not in this list; it is listed separately below.
74 pcrecpp_html = doc/html/pcrecpp.html
191 pcrecpp.h \
451 pcrecpp.cc \
676 # Note that pcrecpp.3 is not in this list, but is included separately below.
785 pcrecpp_man = doc/pcrecpp.3
H A Dpcrecpp.h64 // 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
340 namespace pcrecpp { namespace
[all...]
H A Dpcrecpp.cc48 #include "pcrecpp.h"
52 namespace pcrecpp { namespace
924 } // namespace pcrecpp
/external/pcre/
H A Dpcre_scanner.h51 #include <pcrecpp.h>
54 namespace pcrecpp { namespace
170 } // namespace pcrecpp
H A Dpcre_stringpiece.h59 namespace pcrecpp { namespace
156 } // namespace pcrecpp
167 template<> struct __type_traits<pcrecpp::StringPiece> {
178 const pcrecpp::StringPiece& piece);
H A DAndroid.mk27 dist/pcrecpp.cc \
H A Dpcrecpparg.h40 namespace pcrecpp { namespace
171 } // namespace pcrecpp
H A Dpcrecpp.h64 // 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
340 namespace pcrecpp { namespace
[all...]

Completed in 150 milliseconds