Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h559 MatchType IsNumberMatchWithOneString(const PhoneNumber& first_number,
Dphonenumberutil.cc2659 return IsNumberMatchWithOneString(first_number_as_proto, second_number); in IsNumberMatchWithTwoStrings()
2666 return IsNumberMatchWithOneString(second_number_as_proto, first_number); in IsNumberMatchWithTwoStrings()
2685 PhoneNumberUtil::MatchType PhoneNumberUtil::IsNumberMatchWithOneString( in IsNumberMatchWithOneString() function in i18n::phonenumbers::PhoneNumberUtil
Dphonenumbermatcher.cc99 if (util.IsNumberMatchWithOneString( in ContainsOnlyValidXChars()