Searched refs:IsNumberMatchWithTwoStrings (Results 1 – 3 of 3) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | phonenumberutil_test.cc | 3241 phone_util_.IsNumberMatchWithTwoStrings("+64 3 331 6005", in TEST_F() 3244 phone_util_.IsNumberMatchWithTwoStrings("+800 1234 5678", in TEST_F() 3247 phone_util_.IsNumberMatchWithTwoStrings("+64 03 331-6005", in TEST_F() 3250 phone_util_.IsNumberMatchWithTwoStrings("+643 331-6005", in TEST_F() 3253 phone_util_.IsNumberMatchWithTwoStrings("+643 331-6005", in TEST_F() 3256 phone_util_.IsNumberMatchWithTwoStrings("+64 3 331-6005", in TEST_F() 3259 phone_util_.IsNumberMatchWithTwoStrings( in TEST_F() 3263 phone_util_.IsNumberMatchWithTwoStrings("+1800 siX-Flags", in TEST_F() 3267 phone_util_.IsNumberMatchWithTwoStrings("+64 3 331-6005 extn 1234", in TEST_F() 3270 phone_util_.IsNumberMatchWithTwoStrings("+64 3 331-6005 extn 1234", in TEST_F() [all …]
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.h | 725 MatchType IsNumberMatchWithTwoStrings(const string& first_number,
|
D | phonenumberutil.cc | 3100 PhoneNumberUtil::MatchType PhoneNumberUtil::IsNumberMatchWithTwoStrings( in IsNumberMatchWithTwoStrings() function in i18n::phonenumbers::PhoneNumberUtil
|