Searched defs:RE2 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dre2.cc1 // Copyright 2003-2009 The RE2 Authors. All Rights Reserved.
5 // Regular expression interface RE2.
27 DEFINE_bool(trace_re2, false, "trace RE2 execution");
35 const VariadicFunction2<bool, const StringPiece&, const RE2&, RE2::Arg, RE2::FullMatchN> RE2::FullMatch = {};
36 const VariadicFunction2<bool, const StringPiece&, const RE2&, RE2::Arg, RE2
133 RE2::RE2(const char* pattern) { function in class:re2::RE2
137 RE2::RE2(const string& pattern) { function in class:re2::RE2
141 RE2::RE2(const StringPiece& pattern) { function in class:re2::RE2
145 RE2::RE2(const StringPiece& pattern, const Options& options) { function in class:re2::RE2
[all...]
H A Dre2.h1 // Copyright 2003-2009 The RE2 Authors. All Rights Reserved.
9 // RE2 supports Perl-style regular expressions (with extensions like
21 // supported by RE2, and a comparison with PCRE and PERL regexps.
40 // CHECK(RE2::FullMatch("hello", "h.*o"));
43 // CHECK(!RE2::FullMatch("hello", "e"));
49 // The RE2::Latin1 option causes them to be interpreted as Latin-1.
52 // CHECK(RE2::FullMatch(utf8_string, RE2(utf8_pattern)));
53 // CHECK(RE2::FullMatch(latin1_string, RE2(latin1_patter
215 class RE2 { class in namespace:re2
[all...]
/external/regex-re2/re2/
H A Dre2.cc1 // Copyright 2003-2009 The RE2 Authors. All Rights Reserved.
5 // Regular expression interface RE2.
21 DEFINE_bool(trace_re2, false, "trace RE2 execution");
29 const VariadicFunction2<bool, const StringPiece&, const RE2&, RE2::Arg, RE2::FullMatchN> RE2::FullMatch;
30 const VariadicFunction2<bool, const StringPiece&, const RE2&, RE2::Arg, RE2
115 RE2::RE2(const char* pattern) { function in class:re2::RE2
119 RE2::RE2(const string& pattern) { function in class:re2::RE2
123 RE2::RE2(const StringPiece& pattern) { function in class:re2::RE2
127 RE2::RE2(const StringPiece& pattern, const Options& options) { function in class:re2::RE2
[all...]
H A Dre2.h1 // Copyright 2003-2009 The RE2 Authors. All Rights Reserved.
9 // RE2 supports Perl-style regular expressions (with extensions like
21 // supported by RE2, and a comparison with PCRE and PERL regexps.
40 // CHECK(RE2::FullMatch("hello", "h.*o"));
43 // CHECK(!RE2::FullMatch("hello", "e"));
49 // The RE2::Latin1 option causes them to be interpreted as Latin-1.
52 // CHECK(RE2::FullMatch(utf8_string, RE2(utf8_pattern)));
53 // CHECK(RE2::FullMatch(latin1_string, RE2(latin1_patter
215 class RE2 { class in namespace:re2
[all...]
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc2 // Copyright 2002-2009 The RE2 Authors. All Rights Reserved.
28 TEST(RE2, HexTests) {
35 CHECK(RE2::FullMatch(#value, "([0-9a-fA-F]+)[uUlL]*", RE2::Hex(&v))); \
37 CHECK(RE2::FullMatch("0x" #value, "([0-9a-fA-FxX]+)[uUlL]*", RE2::CRadix(&v))); \
53 TEST(RE2, OctalTests) {
59 CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \
61 CHECK(RE2
391 TestQuoteMeta(string unquoted, const RE2::Options& options = RE2::DefaultOptions) argument
401 NegativeTestQuoteMeta(string unquoted, string should_not_match, const RE2::Options& options = RE2::DefaultOptions) argument
[all...]
/external/regex-re2/re2/testing/
H A Dre2_test.cc2 // Copyright 2002-2009 The RE2 Authors. All Rights Reserved.
21 TEST(RE2, HexTests) {
28 CHECK(RE2::FullMatch(#value, "([0-9a-fA-F]+)[uUlL]*", RE2::Hex(&v))); \
30 CHECK(RE2::FullMatch("0x" #value, "([0-9a-fA-FxX]+)[uUlL]*", RE2::CRadix(&v))); \
46 TEST(RE2, OctalTests) {
52 CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \
54 CHECK(RE2
384 TestQuoteMeta(string unquoted, const RE2::Options& options = RE2::DefaultOptions) argument
394 NegativeTestQuoteMeta(string unquoted, string should_not_match, const RE2::Options& options = RE2::DefaultOptions) argument
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp569 MachO::any_relocation_info RE2 = local
584 uint32_t AddrB = MachO->getScatteredRelocationValue(RE2);

Completed in 1437 milliseconds