Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.cc2655 PhoneNumber first_number_as_proto; in IsNumberMatchWithTwoStrings() local
2657 Parse(first_number, RegionCode::GetUnknown(), &first_number_as_proto); in IsNumberMatchWithTwoStrings()
2659 return IsNumberMatchWithOneString(first_number_as_proto, second_number); in IsNumberMatchWithTwoStrings()
2670 false, &first_number_as_proto); in IsNumberMatchWithTwoStrings()
2675 return IsNumberMatch(first_number_as_proto, second_number_as_proto); in IsNumberMatchWithTwoStrings()