Searched refs:last_match_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.h184 scoped_ptr<PhoneNumberMatch> last_match_; member in class:i18n::phonenumbers::PhoneNumberMatcher
H A Dphonenumbermatcher.cc363 last_match_(NULL),
377 last_match_(NULL),
606 last_match_.reset(new PhoneNumberMatch(temp_match.start(),
609 search_index_ = last_match_->end();
622 match->CopyFrom(*last_match_);
624 last_match_.reset(NULL);

Completed in 60 milliseconds