Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java2378 String tooShortPhoneNumber = "+49 0"; in testFailedParseOnInvalidNumbers() local
2379 phoneUtil.parse(tooShortPhoneNumber, RegionCode.DE); in testFailedParseOnInvalidNumbers()
2380 fail("This should not parse without throwing an exception " + tooShortPhoneNumber); in testFailedParseOnInvalidNumbers()
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java2377 String tooShortPhoneNumber = "+49 0"; in testFailedParseOnInvalidNumbers() local
2378 phoneUtil.parse(tooShortPhoneNumber, RegionCode.DE); in testFailedParseOnInvalidNumbers()
2379 fail("This should not parse without throwing an exception " + tooShortPhoneNumber); in testFailedParseOnInvalidNumbers()
/dports/devel/py-phonenumbers/phonenumbers-8.4.1/tests/
H A Dphonenumberutiltest.py2223 tooShortPhoneNumber = "+49 0"
2224 phonenumbers.parse(tooShortPhoneNumber, "DE")
2225 self.fail("This should not parse without throwing an exception " + tooShortPhoneNumber)