Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc3103 PhoneNumber first_number_as_proto; in IsNumberMatchWithTwoStrings() local
3105 Parse(first_number, RegionCode::GetUnknown(), &first_number_as_proto); in IsNumberMatchWithTwoStrings()
3107 return IsNumberMatchWithOneString(first_number_as_proto, second_number); in IsNumberMatchWithTwoStrings()
3118 false, &first_number_as_proto); in IsNumberMatchWithTwoStrings()
3123 return IsNumberMatch(first_number_as_proto, second_number_as_proto); in IsNumberMatchWithTwoStrings()