Home
last modified time | relevance | path

Searched refs:pcrecpp (Results 1 – 13 of 13) sorted by relevance

/external/pcre/
DAndroid.bp91 local_include_dirs: ["pcrecpp/include"],
94 "pcrecpp/include",
98 "pcrecpp/pcrecpp.cc",
99 "pcrecpp/pcre_scanner.cc",
100 "pcrecpp/pcre_stringpiece.cc",
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc46 using pcrecpp::StringPiece;
47 using pcrecpp::RE;
48 using pcrecpp::RE_Options;
49 using pcrecpp::Hex;
50 using pcrecpp::Octal;
51 using pcrecpp::CRadix;
541 TestQuoteMeta("Pl\xc3\xa1\x63ido Domingo", pcrecpp::UTF8()); in TestQuoteMetaUtf8()
542 TestQuoteMeta("xyz", pcrecpp::UTF8()); // No fancy utf8 in TestQuoteMetaUtf8()
543 TestQuoteMeta("\xc2\xb0", pcrecpp::UTF8()); // 2-byte utf8 (degree symbol) in TestQuoteMetaUtf8()
544 TestQuoteMeta("27\xc2\xb0 degrees", pcrecpp::UTF8()); // As a middle character in TestQuoteMetaUtf8()
[all …]
Dpcre_scanner_unittest.cc60 using pcrecpp::StringPiece;
61 using pcrecpp::Scanner;
Dpcre_stringpiece.cc37 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) { in operator <<()
Dpcre_scanner.cc40 namespace pcrecpp { namespace
Dpcre_stringpiece_unittest.cc27 using pcrecpp::StringPiece;
Dpcrecpp.cc48 namespace pcrecpp { namespace
/external/pcre/pcrecpp/include/
Dpcre_stringpiece.h59 namespace pcrecpp {
167 template<> struct __type_traits<pcrecpp::StringPiece> {
178 const pcrecpp::StringPiece& piece);
Dpcre_scanner.h54 namespace pcrecpp {
Dpcrecpparg.h40 namespace pcrecpp {
Dpcrecpp.h341 namespace pcrecpp {
/external/pcre/dist2/
DCMakeLists.txt23 # pcre.dll, pcreposix.dll and pcrecpp.dll).
DChangeLog1085 recently added to pcrecpp.cc in PCRE1.