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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.cc 370 last_match_(NULL),
384 last_match_(NULL),
613 last_match_.reset(new PhoneNumberMatch(temp_match.start(),
616 search_index_ = last_match_->end();
629 match->CopyFrom(*last_match_);
631 last_match_.reset(NULL);
    [all...]
phonenumbermatcher.h 190 scoped_ptr<PhoneNumberMatch> last_match_; member in class:i18n::phonenumbers::PhoneNumberMatcher

Completed in 131 milliseconds