Home
last modified time | relevance | path

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

12

/external/pcre/dist/
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;
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 …]
Dpcre_stringpiece.h59 namespace pcrecpp {
167 template<> struct __type_traits<pcrecpp::StringPiece> {
178 const pcrecpp::StringPiece& piece);
DCMakeLists.txt22 # 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 …]
Dpcre_scanner_unittest.cc60 using pcrecpp::StringPiece;
61 using pcrecpp::Scanner;
Dpcre_stringpiece.h.in59 namespace pcrecpp {
156 } // namespace pcrecpp
167 template<> struct __type_traits<pcrecpp::StringPiece> {
178 const pcrecpp::StringPiece& piece);
Dpcre_stringpiece.cc41 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) { in operator <<()
Dpcre_scanner.h54 namespace pcrecpp {
DPrepareRelease69 pcreprecompile pcreperform pcreposix pcrecpp pcresample \
239 pcrecpp.cc \
240 pcrecpp.h \
Dpcre_scanner.cc44 namespace pcrecpp { namespace
Dpcre_stringpiece_unittest.cc27 using pcrecpp::StringPiece;
Dpcrecpparg.h.in40 namespace pcrecpp {
171 } // namespace pcrecpp
DMakefile.am74 pcrecpp_html = doc/html/pcrecpp.html
191 pcrecpp.h \
451 pcrecpp.cc \
785 pcrecpp_man = doc/pcrecpp.3
Dpcrecpparg.h40 namespace pcrecpp {
Dpcrecpp.h340 namespace pcrecpp {
DMakefile.in107 @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 …]
Dconfigure.ac479 # 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
DNON-AUTOTOOLS-BUILD256 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
DREADME55 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/
Dpcre_stringpiece.h59 namespace pcrecpp {
167 template<> struct __type_traits<pcrecpp::StringPiece> {
178 const pcrecpp::StringPiece& piece);
Dpcre_scanner.h54 namespace pcrecpp {
DAndroid.mk27 dist/pcrecpp.cc \
Dpcrecpparg.h40 namespace pcrecpp {
Dpcrecpp.h340 namespace pcrecpp {
/external/pcre/dist/doc/html/
DNON-AUTOTOOLS-BUILD.txt256 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
DREADME.txt55 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