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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc561 string without_last_group = candidate.substr(0, last_group_start); local
562 phone_util_.TrimUnwantedEndChars(&without_last_group);
563 if (without_last_group == first_group_only) {
569 success = ParseAndVerify(without_last_group, offset, match);

Completed in 145 milliseconds