• Home
  • Raw
  • Download

Lines Matching refs:reg_exps_

401     : reg_exps_(PhoneNumberMatcherRegExps::GetInstance()),  in PhoneNumberMatcher()
417 : reg_exps_(PhoneNumberMatcherRegExps::GetInstance()), in PhoneNumberMatcher()
460 if (!reg_exps_->matching_brackets_->FullMatch(candidate) || in ParseAndVerify()
461 reg_exps_->pub_pages_->PartialMatch(candidate)) { in ParseAndVerify()
472 reg_exps_->regexp_factory_->CreateInput(candidate)); in ParseAndVerify()
474 !reg_exps_->lead_class_pattern_->Consume(candidate_input.get())) { in ParseAndVerify()
578 reg_exps_->inner_matches_->begin(); in ExtractInnerMatch()
579 regex != reg_exps_->inner_matches_->end(); regex++) { in ExtractInnerMatch()
581 reg_exps_->regexp_factory_->CreateInput(candidate)); in ExtractInnerMatch()
614 if (reg_exps_->slash_separated_dates_->PartialMatch(candidate)) { in ExtractMatch()
619 if (reg_exps_->time_stamps_->PartialMatch(candidate)) { in ExtractMatch()
621 reg_exps_->regexp_factory_->CreateInput( in ExtractMatch()
623 if (reg_exps_->time_stamps_suffix_->Consume(following_text.get())) { in ExtractMatch()
675 reg_exps_->regexp_factory_for_pattern_->CreateInput(text_.substr(index))); in Find()
678 reg_exps_->pattern_->FindAndConsume(text.get(), &candidate)) { in Find()
681 reg_exps_->capture_up_to_second_number_start_pattern_-> in Find()
721 reg_exps_->regexp_factory_->CreateInput( in CheckNumberGroupingIsValid()
724 if (!reg_exps_->regexp_cache_.GetRegExp( in CheckNumberGroupingIsValid()
831 reg_exps_->regexp_factory_->CreateInput(normalized_candidate)); in AllNumberGroupsAreExactlyPresent()
834 while (reg_exps_->capturing_ascii_digits_pattern_->FindAndConsume( in AllNumberGroupsAreExactlyPresent()