Home
last modified time | relevance | path

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

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