OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcrecpp
(Results
1 - 9
of
9
) sorted by null
/external/pcre/dist/
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
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;
538
TestQuoteMeta("Pl\xc3\xa1\x63ido Domingo",
pcrecpp
::UTF8());
539
TestQuoteMeta("xyz",
pcrecpp
::UTF8()); // No fancy utf8
540
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
44
namespace
pcrecpp
{
namespace
199
} // namespace
pcrecpp
pcre_stringpiece_unittest.cc
12
#include "
pcrecpp
.h"
27
using
pcrecpp
::StringPiece;
Makefile.am
17
# Note that
pcrecpp
.html is not in this list; it is listed separately below.
74
pcrecpp_html = doc/html/
pcrecpp
.html
191
pcrecpp
.h \
451
pcrecpp
.cc \
676
# Note that
pcrecpp
.3 is not in this list, but is included separately below.
785
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
48
#include "
pcrecpp
.h"
52
namespace
pcrecpp
{
namespace
924
} // namespace
pcrecpp
Completed in 61 milliseconds