OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regexp_
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/regexp/
jsregexp-inl.h
42
if (
regexp_
->TypeTag() == JSRegExp::ATOM) {
43
num_matches_ = RegExpImpl::AtomExecRaw(
regexp_
,
55
num_matches_ = RegExpImpl::IrregexpExecRaw(
regexp_
,
jsregexp.h
147
Handle<JSRegExp>
regexp_
;
member in class:v8::internal::RegExpImpl::GlobalCache
[
all
...]
jsregexp.cc
643
regexp_
(regexp),
651
if (
regexp_
->TypeTag() == JSRegExp::ATOM) {
657
registers_per_match_ = RegExpImpl::IrregexpPrepare(
regexp_
, subject_);
[
all
...]
/external/regex-re2/re2/testing/
tester.cc
167
regexp_
(NULL),
179
regexp_
= Regexp::Parse(regexp_str, flags, &status);
180
if (
regexp_
== NULL) {
186
num_captures_ =
regexp_
->NumCaptures();
187
prog_ =
regexp_
->CompileToProg(0);
205
rprog_ =
regexp_
->CompileToReverseProg(0);
250
if ((Engines() & (1<<kEnginePCRE)) &&
regexp_
->MimicsPCRE() &&
268
if (
regexp_
)
269
regexp_
->Decref();
285
if (
regexp_
== NULL)
[
all
...]
tester.h
80
Regexp*
regexp_
; // parsed regexp
member in class:re2::TestInstance
81
int num_captures_; //
regexp_
->NumCaptures() cached
Completed in 1368 milliseconds