Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2368 String plusStar = "+***"; in testFailedParseOnInvalidNumbers() local
2369 phoneUtil.parse(plusStar, RegionCode.DE); in testFailedParseOnInvalidNumbers()
2370 fail("This should not parse without throwing an exception " + plusStar); in testFailedParseOnInvalidNumbers()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js3147 var plusStar = '+***';
3148 phoneUtil.parse(plusStar, RegionCode.DE);
3149 fail('This should not parse without throwing an exception ' + plusStar);