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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc536 string first_group_only = candidate.substr(0, group_start_index); local
537 phone_util_.TrimUnwantedEndChars(&first_group_only);
538 bool success = ParseAndVerify(first_group_only, offset, match);
563 if (without_last_group == first_group_only) {

Completed in 30 milliseconds