HomeSort by relevance Sort by last modified time
    Searched full:reg_exps_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.cc 362 : reg_exps_(PhoneNumberMatcherRegExps::GetInstance()),
376 : reg_exps_(PhoneNumberMatcherRegExps::GetInstance()),
411 if (!reg_exps_->matching_brackets_->FullMatch(candidate)) {
422 reg_exps_->regexp_factory_->CreateInput(candidate));
424 !reg_exps_->lead_class_pattern_->Consume(candidate_input.get())) {
530 reg_exps_->regexp_factory_->CreateInput(candidate));
531 if (reg_exps_->group_separator_->FindAndConsume(candidate_input.get(),
555 while (reg_exps_->group_separator_->FindAndConsume(candidate_input.get(),
583 if (reg_exps_->pub_pages_->PartialMatch(candidate) ||
584 reg_exps_->slash_separated_dates_->PartialMatch(candidate))
    [all...]
phonenumberutil.cc 665 reg_exps_(new PhoneNumberRegExpsAndMappings),
    [all...]
phonenumbermatcher.h 164 const PhoneNumberMatcherRegExps* reg_exps_; member in class:i18n::phonenumbers::PhoneNumberMatcher
phonenumberutil.h 618 scoped_ptr<PhoneNumberRegExpsAndMappings> reg_exps_; member in class:i18n::phonenumbers::PhoneNumberUtil
    [all...]

Completed in 340 milliseconds