Searched defs:ParseAndVerify (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc406 bool PhoneNumberMatcher::ParseAndVerify(const string& candidate, int offset, function in class:i18n::phonenumbers::PhoneNumberMatcher
538 bool success = ParseAndVerify(first_group_only, offset, match);
548 ParseAndVerify(without_first_group, offset + group_start_index, match);
569 success = ParseAndVerify(without_last_group, offset, match);
598 if (ParseAndVerify(candidate, offset, match)) {

Completed in 1796 milliseconds