HomeSort by relevance Sort by last modified time
    Searched refs:pcrecpp (Results 1 - 13 of 13) sorted by null

  /external/pcre/
pcre_stringpiece.cc 41 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) {
pcre_scanner.h 51 #include <pcrecpp.h>
54 namespace pcrecpp { namespace
170 } // namespace pcrecpp
pcrecpp_unittest.cc 43 #include "pcrecpp.h"
45 using pcrecpp::StringPiece;
46 using pcrecpp::RE;
47 using pcrecpp::RE_Options;
48 using pcrecpp::Hex;
49 using pcrecpp::Octal;
50 using pcrecpp::CRadix;
537 TestQuoteMeta("Pl\xc3\xa1\x63ido Domingo", pcrecpp::UTF8());
538 TestQuoteMeta("xyz", pcrecpp::UTF8()); // No fancy utf8
539 TestQuoteMeta("\xc2\xb0", pcrecpp::UTF8()); // 2-byte utf8 (degree symbol
    [all...]
Android.mk 75 # Now we build pcrecpp
79 pcrecppIntermediatesInc := $(call intermediates-dir-for,STATIC_LIBRARIES,libpcrecpp,HOST,)/pcrecpp/include
101 pcrecpp.cc \
pcre_scanner_unittest.cc 43 #include "pcrecpp.h"
59 using pcrecpp::StringPiece;
60 using pcrecpp::Scanner;
pcre_scanner.cc 44 namespace pcrecpp { namespace
199 } // namespace pcrecpp
pcre_stringpiece_unittest.cc 12 #include "pcrecpp.h"
27 using pcrecpp::StringPiece;
Makefile.am 58 pcrecpp_html = doc/html/pcrecpp.html
136 pcrecpp.h \
216 pcrecpp.cc \
382 pcrecpp_man = doc/pcrecpp.3
pcrecpp.h 64 // pcrecpp::RE re("h.*o");
68 // pcrecpp::RE re("e");
72 // pcrecpp::RE("h.*o").FullMatch("hello");
90 // pcrecpp::RE re("(\\w+):(\\d+)");
103 // !pcrecpp::RE("\\w+:\\d+").FullMatch("ruby:1234", &s);
106 // !pcrecpp::RE("(.*)").FullMatch("ruby", &i);
119 // pcrecpp::RE::FullMatch("abc", "[a-z]+(\\d+)?", &number);
126 // pcrecpp::RE::DoMatch(). See pcrecpp.h for the signature for DoMatch.
135 // pcrecpp::RE("ell").PartialMatch("hello")
340 namespace pcrecpp { namespace
    [all...]
pcrecpp.cc 47 #include "pcrecpp.h"
51 namespace pcrecpp { namespace
920 } // namespace pcrecpp
configure     [all...]
  /external/collada/src/dae/
daeURI.cpp 16 #include <pcrecpp.h>
139 //static pcrecpp::RE re("(.*/)?([^.]*)?(\\..*)?");
143 static pcrecpp::RE findDir("(.*/)?(.*)?");
144 static pcrecpp::RE findExt("([^.]*)?(\\..*)?");
707 static pcrecpp::RE re("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?");
  /external/collada/
Android.mk 226 pcrecpp_intermediatesInc := $(call intermediates-dir-for,STATIC_LIBRARIES,libpcrecpp,HOST,)/pcrecpp/include

Completed in 233 milliseconds