Searched refs:pcrecpp (Results 1 – 25 of 30) sorted by relevance
12
/external/pcre/dist/ |
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; 538 TestQuoteMeta("Pl\xc3\xa1\x63ido Domingo", pcrecpp::UTF8()); in TestQuoteMetaUtf8() 539 TestQuoteMeta("xyz", pcrecpp::UTF8()); // No fancy utf8 in TestQuoteMetaUtf8() 540 TestQuoteMeta("\xc2\xb0", pcrecpp::UTF8()); // 2-byte utf8 (degree symbol) in TestQuoteMetaUtf8() 541 TestQuoteMeta("27\xc2\xb0 degrees", pcrecpp::UTF8()); // As a middle character in TestQuoteMetaUtf8() [all …]
|
D | pcre_stringpiece.h | 59 namespace pcrecpp { 167 template<> struct __type_traits<pcrecpp::StringPiece> { 178 const pcrecpp::StringPiece& piece);
|
D | CMakeLists.txt | 22 # pcre.dll, pcreposix.dll and pcrecpp.dll). 125 OPTION(PCRE_BUILD_PCRECPP "Build the PCRE C++ library (pcrecpp)." ON) 571 pcrecpp.h 578 pcrecpp.cc 665 # pcrecpp 667 ADD_LIBRARY(pcrecpp ${PCRECPP_HEADERS} ${PCRECPP_SOURCES}) target 668 SET(targets ${targets} pcrecpp) 669 TARGET_LINK_LIBRARIES(pcrecpp pcre) 673 SET_TARGET_PROPERTIES(pcrecpp 679 SET_TARGET_PROPERTIES(pcrecpp [all …]
|
D | pcre_scanner_unittest.cc | 60 using pcrecpp::StringPiece; 61 using pcrecpp::Scanner;
|
D | pcre_stringpiece.h.in | 59 namespace pcrecpp { 156 } // namespace pcrecpp 167 template<> struct __type_traits<pcrecpp::StringPiece> { 178 const pcrecpp::StringPiece& piece);
|
D | pcre_stringpiece.cc | 41 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) { in operator <<()
|
D | pcre_scanner.h | 54 namespace pcrecpp {
|
D | PrepareRelease | 69 pcreprecompile pcreperform pcreposix pcrecpp pcresample \ 239 pcrecpp.cc \ 240 pcrecpp.h \
|
D | pcre_scanner.cc | 44 namespace pcrecpp { namespace
|
D | pcre_stringpiece_unittest.cc | 27 using pcrecpp::StringPiece;
|
D | pcrecpparg.h.in | 40 namespace pcrecpp { 171 } // namespace pcrecpp
|
D | Makefile.am | 74 pcrecpp_html = doc/html/pcrecpp.html 191 pcrecpp.h \ 451 pcrecpp.cc \ 785 pcrecpp_man = doc/pcrecpp.3
|
D | pcrecpparg.h | 40 namespace pcrecpp {
|
D | pcrecpp.h | 340 namespace pcrecpp {
|
D | Makefile.in | 107 @WITH_PCRE_CPP_TRUE@ pcrecpp.h \ 340 am__libpcrecpp_la_SOURCES_DIST = pcrecpp_internal.h pcrecpp.cc \ 343 @WITH_PCRE_CPP_TRUE@ libpcrecpp_la-pcrecpp.lo \ 527 am__include_HEADERS_DIST = pcreposix.h pcrecpp.h pcre_scanner.h 984 pcrecpp_html = doc/html/pcrecpp.html 1195 @WITH_PCRE_CPP_TRUE@ pcrecpp.cc \ 1295 pcrecpp_man = doc/pcrecpp.3 1640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcrecpp_la-pcrecpp.Plo@am__quote@ 2254 libpcrecpp_la-pcrecpp.lo: pcrecpp.cc 2255 …pp_la-pcrecpp.lo -MD -MP -MF $(DEPDIR)/libpcrecpp_la-pcrecpp.Tpo -c -o libpcrecpp_la-pcrecpp.lo `t… [all …]
|
D | configure.ac | 479 # Older versions of pcre defined pcrecpp::no_arg, but in new versions 480 # it's called pcrecpp::RE::no_arg. For backwards ABI compatibility, 491 AC_LINK_IFELSE([AC_LANG_PROGRAM([namespace pcrecpp { 513 # (This isn't c++-specific, but is only used in pcrecpp.cc, so try this
|
D | NON-AUTOTOOLS-BUILD | 256 built into a library called pcrecpp. It should be straightforward to compile 289 pcrecpp.h, otherwise the pcre_malloc() and pcre_free() exported functions will 497 To test pcrecpp, run pcrecpp_unittest.exe, pcre_stringpiece_unittest.exe and 628 the self created library for pcre itself, pcrecpp doesn't ship with the IDE, in
|
D | README | 55 includes a set of C++ wrapper functions (see the pcrecpp man page for details), 487 pcrecpp.h ) 614 CXX libpcrecpp_la-pcrecpp.lo 898 pcrecpp.h public header file for the C++ wrapper 901 pcrecpp.cc )
|
/external/pcre/ |
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 | Android.mk | 27 dist/pcrecpp.cc \
|
D | pcrecpparg.h | 40 namespace pcrecpp {
|
D | pcrecpp.h | 340 namespace pcrecpp {
|
/external/pcre/dist/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 256 built into a library called pcrecpp. It should be straightforward to compile 289 pcrecpp.h, otherwise the pcre_malloc() and pcre_free() exported functions will 497 To test pcrecpp, run pcrecpp_unittest.exe, pcre_stringpiece_unittest.exe and 628 the self created library for pcre itself, pcrecpp doesn't ship with the IDE, in
|
D | README.txt | 55 includes a set of C++ wrapper functions (see the pcrecpp man page for details), 487 pcrecpp.h ) 614 CXX libpcrecpp_la-pcrecpp.lo 898 pcrecpp.h public header file for the C++ wrapper 901 pcrecpp.cc )
|
12