Searched refs:plusStar (Results 1 – 2 of 2) sorted by relevance
2368 String plusStar = "+***"; in testFailedParseOnInvalidNumbers() local2369 phoneUtil.parse(plusStar, RegionCode.DE); in testFailedParseOnInvalidNumbers()2370 fail("This should not parse without throwing an exception " + plusStar); in testFailedParseOnInvalidNumbers()
3147 var plusStar = '+***';3148 phoneUtil.parse(plusStar, RegionCode.DE);3149 fail('This should not parse without throwing an exception ' + plusStar);