/prebuilts/go/linux-x86/src/regexp/testdata/ |
basic.dat | 128 E (a*)* - (0,0)(?,?) RE2/Go 131 E (a*|b)* - (0,0)(?,?) RE2/Go 137 E (^)* - (0,0)(?,?) RE2/Go 144 E ((a*|b))* - (0,0)(?,?)(?,?) RE2/Go
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldMachOI386.h | 162 MachO::any_relocation_info RE2 = 179 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2);
|
/external/regex-re2/re2/ |
regexp.cc | 1 // Copyright 2006 The RE2 Authors. All Rights Reserved. 9 #include "re2/regexp.h" 10 #include "re2/stringpiece.h" 11 #include "re2/walker-inl.h" 13 namespace re2 { namespace 931 } // namespace re2
|
parse.cc | 1 // Copyright 2006 The RE2 Authors. All Rights Reserved. 20 #include "re2/regexp.h" 21 #include "re2/stringpiece.h" 22 #include "re2/unicode_casefold.h" 23 #include "re2/unicode_groups.h" 25 namespace re2 { namespace 962 LOG(DFATAL) << "RE2: unexpected op: " << re->op() << " " 1073 Regexp* re2; local [all...] |
nfa.cc | 1 // Copyright 2006-2007 The RE2 Authors. All Rights Reserved. 27 #include "re2/prog.h" 28 #include "re2/regexp.h" 32 namespace re2 { namespace 708 } // namespace re2
|
onepass.cc | 1 // Copyright 2008 The RE2 Authors. All Rights Reserved. 58 #include "re2/prog.h" 59 #include "re2/stringpiece.h" 61 namespace re2 { namespace 614 } // namespace re2
|
variadic_function.h | 1 // Copyright 2010 The RE2 Authors. All Rights Reserved. 8 namespace re2 { namespace 344 } // namespace re2
|
dfa.cc | 1 // Copyright 2008 The RE2 Authors. All Rights Reserved. 24 #include "re2/prog.h" 25 #include "re2/stringpiece.h" 31 "Whether the RE2 DFA should bail out early " 34 namespace re2 { namespace [all...] |
unicode.py | 1 # Copyright 2008 The RE2 Authors. All Rights Reserved.
|
unicode_groups.cc | 5 #include "re2/unicode_groups.h" 7 namespace re2 { namespace [all...] |
/external/regex-re2/util/ |
hash.cc | 1 // Modified by Russ Cox to add "namespace re2". 135 namespace re2 { namespace 231 } // namespace re2
|
sparse_array.h | 1 // Copyright 2006 The RE2 Authors. All Rights Reserved. 97 namespace re2 { namespace 451 } // namespace re2
|
pcre.cc | 7 // compilation as PCRE in namespace re2. 25 namespace re2 { namespace [all...] |
/external/bison/data/m4sugar/ |
foreach.m4 | 106 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT) 112 # elif (SWITCH =~ RE2) 169 # m4_bpatsubsts(STRING, RE1, SUBST1, RE2, SUBST2, ...) 175 # s/RE2/SUBST2/g;
|
/external/regex-re2/re2/testing/ |
parse_test.cc | 1 // Copyright 2006 The RE2 Authors. All Rights Reserved. 10 #include "re2/regexp.h" 12 namespace re2 { namespace 433 } // namespace re2
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
doc.go | 5 // DO NOT EDIT. This file is generated by mksyntaxgo from the RE2 distribution.
|
prog.go | 250 // As per re2's Prog::IsWordChar. Determines whether rune is an ASCII word char.
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
doc.go | 5 // DO NOT EDIT. This file is generated by mksyntaxgo from the RE2 distribution.
|
prog.go | 250 // As per re2's Prog::IsWordChar. Determines whether rune is an ASCII word char.
|
/external/regex-re2/doc/ |
syntax.html | 5 <title>RE2 regular expression syntax reference</title> 8 <h1>RE2 regular expression syntax reference</h1> 11 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr> 13 <tr><td colspan=2>Grayed out expressions are not supported by RE2.</td></tr> 14 <tr><td colspan=2>See <a href="http://go/re2">http://go/re2</a> and <a href="http://go/re2quick">http://go/re2quick</a>.</td></tr>
|
syntax.txt | 0 RE2 regular expression syntax reference
|
/external/hyphenation-patterns/es/ |
hyph-es.pat.txt | 3183 .re2á2 3184 .re2é2 3185 .re2í2 3186 .re2ó2 3187 .re2ú2
|
/external/pcre/pcrecpp/ |
pcrecpp_unittest.cc | 465 RE re2("(\\w+)*b", options_ml); 466 CHECK(re2.PartialMatch(text_good) == false); // because of match_limit 467 CHECK(re2.PartialMatch(text_bad) == false); 468 CHECK(re2.FullMatch(text_good) == false); 469 CHECK(re2.FullMatch(text_bad) == false); [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
windres.c | 442 const rc_res_entry **re1, **re2; 445 re2 = (const rc_res_entry **) p2; 446 return res_id_cmp ((*re1)->id, (*re2)->id); 438 const rc_res_entry **re1, **re2; local
|
/external/clang/test/SemaCXX/ |
typo-correction.cpp | 429 namespace re2 {} namespace in namespace:no_ns_before_dot
|