Searched refs:pcrecpp (Results 1 – 13 of 13) sorted by relevance
/external/pcre/ |
D | Android.bp | 91 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/ |
D | pcrecpp_unittest.cc | 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; 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 …]
|
D | pcre_scanner_unittest.cc | 60 using pcrecpp::StringPiece; 61 using pcrecpp::Scanner;
|
D | pcre_stringpiece.cc | 37 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) { in operator <<()
|
D | pcre_scanner.cc | 40 namespace pcrecpp { namespace
|
D | pcre_stringpiece_unittest.cc | 27 using pcrecpp::StringPiece;
|
D | pcrecpp.cc | 48 namespace pcrecpp { namespace
|
/external/pcre/pcrecpp/include/ |
D | pcre_stringpiece.h | 59 namespace pcrecpp { 167 template<> struct __type_traits<pcrecpp::StringPiece> { 178 const pcrecpp::StringPiece& piece);
|
D | pcre_scanner.h | 54 namespace pcrecpp {
|
D | pcrecpparg.h | 40 namespace pcrecpp {
|
D | pcrecpp.h | 341 namespace pcrecpp {
|
/external/pcre/dist2/ |
D | CMakeLists.txt | 23 # pcre.dll, pcreposix.dll and pcrecpp.dll).
|
D | ChangeLog | 1085 recently added to pcrecpp.cc in PCRE1.
|