Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2398 String invalidCountryCode = "+210 3456 56789"; in testFailedParseOnInvalidNumbers() local
2399 phoneUtil.parse(invalidCountryCode, RegionCode.NZ); in testFailedParseOnInvalidNumbers()
2400 fail("This is not a recognised region code: should fail: " + invalidCountryCode); in testFailedParseOnInvalidNumbers()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js3184 var invalidCountryCode = '+210 3456 56789';
3185 phoneUtil.parse(invalidCountryCode, RegionCode.NZ);
3188 invalidCountryCode);