Searched refs:IsNumberMatchWithOneString (Results 1 – 3 of 3) sorted by relevance
559 MatchType IsNumberMatchWithOneString(const PhoneNumber& first_number,
2659 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
99 if (util.IsNumberMatchWithOneString( in ContainsOnlyValidXChars()