/external/chromium_org/v8/src/ |
jsregexp-inl.h | 65 if (regexp_->TypeTag() == JSRegExp::ATOM) { 66 num_matches_ = RegExpImpl::AtomExecRaw(regexp_, 78 num_matches_ = RegExpImpl::IrregexpExecRaw(regexp_,
|
jsregexp.h | 175 Handle<JSRegExp> regexp_; member in class:v8::internal::RegExpImpl::GlobalCache [all...] |
jsregexp.cc | 713 regexp_(regexp), 721 if (regexp_->TypeTag() == JSRegExp::ATOM) { 727 registers_per_match_ = RegExpImpl::IrregexpPrepare(regexp_, subject_); [all...] |
/external/chromium_org/third_party/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
|
/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
|