Searched refs:regexp_ (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/v8/src/ |
D | jsregexp-inl.h | 42 if (regexp_->TypeTag() == JSRegExp::ATOM) { in FetchNext() 43 num_matches_ = RegExpImpl::AtomExecRaw(regexp_, in FetchNext() 55 num_matches_ = RegExpImpl::IrregexpExecRaw(regexp_, in FetchNext()
|
D | jsregexp.h | 155 Handle<JSRegExp> regexp_; variable
|
D | jsregexp.cc | 695 regexp_(regexp), in GlobalCache() 703 if (regexp_->TypeTag() == JSRegExp::ATOM) { in GlobalCache() 709 registers_per_match_ = RegExpImpl::IrregexpPrepare(regexp_, subject_); in GlobalCache()
|
/external/regex-re2/re2/testing/ |
D | tester.cc | 167 regexp_(NULL), in TestInstance() 179 regexp_ = Regexp::Parse(regexp_str, flags, &status); in TestInstance() 180 if (regexp_ == NULL) { in TestInstance() 186 num_captures_ = regexp_->NumCaptures(); in TestInstance() 187 prog_ = regexp_->CompileToProg(0); in TestInstance() 205 rprog_ = regexp_->CompileToReverseProg(0); in TestInstance() 250 if ((Engines() & (1<<kEnginePCRE)) && regexp_->MimicsPCRE() && in TestInstance() 268 if (regexp_) in ~TestInstance() 269 regexp_->Decref(); in ~TestInstance() 285 if (regexp_ == NULL) { in RunSearch() [all …]
|
D | tester.h | 80 Regexp* regexp_; // parsed regexp variable
|
/external/chromium_org/third_party/re2/re2/testing/ |
D | tester.cc | 167 regexp_(NULL), in TestInstance() 179 regexp_ = Regexp::Parse(regexp_str, flags, &status); in TestInstance() 180 if (regexp_ == NULL) { in TestInstance() 186 num_captures_ = regexp_->NumCaptures(); in TestInstance() 187 prog_ = regexp_->CompileToProg(0); in TestInstance() 205 rprog_ = regexp_->CompileToReverseProg(0); in TestInstance() 250 if ((Engines() & (1<<kEnginePCRE)) && regexp_->MimicsPCRE() && in TestInstance() 268 if (regexp_) in ~TestInstance() 269 regexp_->Decref(); in ~TestInstance() 285 if (regexp_ == NULL) { in RunSearch() [all …]
|
D | tester.h | 80 Regexp* regexp_; // parsed regexp variable
|
/external/chromium_org/third_party/re2/ |
D | ucs2.diff | 372 regexp_ = Regexp::Parse(regexp_str, flags, &status); 373 if (regexp_ == NULL) { 384 prog_ = regexp_->CompileToProg(0); 563 - if (regexp_ == NULL || !IsBMP(context)) // okay to skip in UCS-2 mode 564 + if (regexp_ == NULL)
|
/external/regex-re2/ |
D | ucs2.diff | 372 regexp_ = Regexp::Parse(regexp_str, flags, &status); 373 if (regexp_ == NULL) { 384 prog_ = regexp_->CompileToProg(0); 563 - if (regexp_ == NULL || !IsBMP(context)) // okay to skip in UCS-2 mode 564 + if (regexp_ == NULL)
|