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

  /external/pcre/pcrecpp/
pcre_stringpiece.cc 37 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) {
pcrecpp_unittest.cc 44 #include "pcrecpp.h"
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());
542 TestQuoteMeta("xyz", pcrecpp::UTF8()); // No fancy utf8
543 TestQuoteMeta("\xc2\xb0", pcrecpp::UTF8()); // 2-byte utf8 (degree symbol
    [all...]
pcre_scanner_unittest.cc 44 #include "pcrecpp.h"
60 using pcrecpp::StringPiece;
61 using pcrecpp::Scanner;
pcre_scanner.cc 40 namespace pcrecpp { namespace
186 } // namespace pcrecpp
pcre_stringpiece_unittest.cc 12 #include "pcrecpp.h"
27 using pcrecpp::StringPiece;
pcrecpp.cc 44 #include "pcrecpp.h"
48 namespace pcrecpp { namespace
727 } // namespace pcrecpp
  /external/pcre/pcrecpp/include/
pcre_scanner.h 51 #include <pcrecpp.h>
54 namespace pcrecpp { namespace
171 } // namespace pcrecpp
pcre_stringpiece.h 59 namespace pcrecpp { namespace
156 } // namespace pcrecpp
167 template<> struct __type_traits<pcrecpp::StringPiece> {
178 const pcrecpp::StringPiece& piece);
pcrecpparg.h 40 namespace pcrecpp { namespace
205 } // namespace pcrecpp
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")
341 namespace pcrecpp { namespace
    [all...]
  /system/core/logcat/
logcat.cpp 56 #include <pcrecpp.h>
113 pcrecpp::RE* regex;
    [all...]

Completed in 106 milliseconds