/external/chromium_org/third_party/re2/re2/testing/ |
dfa_test.cc | 210 Prog::kUnanchored, Prog::kFirstMatch, 215 Prog::kUnanchored, Prog::kFirstMatch, 245 Prog::kUnanchored, Prog::kFirstMatch, 250 Prog::kUnanchored, Prog::kFirstMatch, 333 bool matched = prog->SearchDFA(t.text, NULL, Prog::kUnanchored, Prog::kFirstMatch, NULL, &failed, NULL);
|
tester.cc | 128 case Prog::kUnanchored: 356 anchor == Prog::kUnanchored || 609 Prog::kUnanchored
|
regexp_benchmark.cc | 156 search(iters, regexp, s, Prog::kUnanchored, false); 249 search(iters, regexp.c_str(), s, Prog::kUnanchored, true); 759 Prog::kUnanchored, true); [all...] |
/external/regex-re2/re2/testing/ |
dfa_test.cc | 210 Prog::kUnanchored, Prog::kFirstMatch, 215 Prog::kUnanchored, Prog::kFirstMatch, 245 Prog::kUnanchored, Prog::kFirstMatch, 250 Prog::kUnanchored, Prog::kFirstMatch, 333 bool matched = prog->SearchDFA(t.text, NULL, Prog::kUnanchored, Prog::kFirstMatch, NULL, &failed, NULL);
|
tester.cc | 128 case Prog::kUnanchored: 356 anchor == Prog::kUnanchored || 609 Prog::kUnanchored
|
regexp_benchmark.cc | 156 search(iters, regexp, s, Prog::kUnanchored, false); 249 search(iters, regexp.c_str(), s, Prog::kUnanchored, true); 759 Prog::kUnanchored, true); [all...] |
/external/chromium_org/third_party/re2/re2/ |
prog.h | 175 kUnanchored, // match anywhere
|
re2.cc | 610 Prog::Anchor anchor = Prog::kUnanchored; 755 if (can_one_pass && anchor != Prog::kUnanchored) { [all...] |
/external/regex-re2/re2/ |
prog.h | 175 kUnanchored, // match anywhere
|
re2.cc | 592 Prog::Anchor anchor = Prog::kUnanchored; 737 if (can_one_pass && anchor != Prog::kUnanchored) { [all...] |