Searched refs:pcrecpp (Results 1 – 22 of 22) sorted by relevance
/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 | 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_stringpiece_unittest.cc | 27 using pcrecpp::StringPiece;
|
D | pcre_scanner.cc | 44 namespace pcrecpp { namespace
|
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.in | 40 namespace pcrecpp { 171 } // namespace pcrecpp
|
D | pcrecpp.h | 340 namespace pcrecpp {
|
D | Makefile.in | 97 @WITH_PCRE_CPP_TRUE@ pcrecpp.h \ 338 am__libpcrecpp_la_SOURCES_DIST = pcrecpp_internal.h pcrecpp.cc \ 341 @WITH_PCRE_CPP_TRUE@ libpcrecpp_la-pcrecpp.lo \ 525 am__include_HEADERS_DIST = pcreposix.h pcrecpp.h pcre_scanner.h 972 pcrecpp_html = doc/html/pcrecpp.html 1183 @WITH_PCRE_CPP_TRUE@ pcrecpp.cc \ 1283 pcrecpp_man = doc/pcrecpp.3 1629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcrecpp_la-pcrecpp.Plo@am__quote@ 2243 libpcrecpp_la-pcrecpp.lo: pcrecpp.cc 2244 …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 | 248 built into a library called pcrecpp. It should be straightforward to compile 281 pcrecpp.h, otherwise the pcre_malloc() and pcre_free() exported functions will 489 To test pcrecpp, run pcrecpp_unittest.exe, pcre_stringpiece_unittest.exe and 620 the self created library for pcre itself, pcrecpp doesn't ship with the IDE, in
|
D | README | 46 includes a set of C++ wrapper functions (see the pcrecpp man page for details), 478 pcrecpp.h ) 605 CXX libpcrecpp_la-pcrecpp.lo 889 pcrecpp.h public header file for the C++ wrapper 892 pcrecpp.cc )
|
D | ChangeLog | 658 14. Applied user-supplied patch to pcrecpp.cc to allow PCRE_NO_UTF8_CHECK to be 1212 3. Added #include <string.h> to pcre_scanner_unittest.cc, pcrecpp.cc, and 1885 (strtoXX undefined when compiling pcrecpp.cc). The patch contains this 2219 6. Minor bugfix in pcrecpp.cc (change "" == ... to NULL == ...). 2278 2. Applied Craig's patch to pcrecpp.cc to restore ABI compatibility with 2307 8. Applied Craig's patch to pcrecpp.cc to fix a problem in OS X that was 2410 This is an attempt to solve the reported problem "pcrecpp::no_arg is not 2523 20. In pcrecpp.cc, the variable 'count' was incremented twice in 2595 strtoull to pcrecpp.cc to select the available functions in WIN32 when the 2624 13. Added checks for ANY and ANYCRLF to pcrecpp.cc where it previously [all …]
|
D | pcrecpp.cc | 52 namespace pcrecpp { namespace
|
D | NEWS | 488 automatically if a C++ compiler is found. The pcrecpp man page discusses this
|
/external/pcre/dist/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 248 built into a library called pcrecpp. It should be straightforward to compile 281 pcrecpp.h, otherwise the pcre_malloc() and pcre_free() exported functions will 489 To test pcrecpp, run pcrecpp_unittest.exe, pcre_stringpiece_unittest.exe and 620 the self created library for pcre itself, pcrecpp doesn't ship with the IDE, in
|
D | README.txt | 46 includes a set of C++ wrapper functions (see the pcrecpp man page for details), 478 pcrecpp.h ) 605 CXX libpcrecpp_la-pcrecpp.lo 889 pcrecpp.h public header file for the C++ wrapper 892 pcrecpp.cc )
|
/external/pcre/dist/doc/ |
D | pcre.txt | 68 pcrecpp page has details of this interface. Other people's contribu- 147 pcrecpp details of the C++ wrapper for the 8-bit library 1715 PCRE. It is documented in the pcrecpp page. 1727 before including pcre.h or pcrecpp.h, because otherwise the pcre_mal- 4254 pcre16(3), pcre32(3), pcrebuild(3), pcrecallout(3), pcrecpp(3)(3), 9758 #include <pcrecpp.h> 9765 structed from the notes in the pcrecpp.h file, which should be con- 9778 pcrecpp::RE re("h.*o"); 9782 pcrecpp::RE re("e"); 9786 pcrecpp::RE("h.*o").FullMatch("hello"); [all …]
|