Searched refs:constructWithError (Results 1 – 2 of 2) sorted by relevance
46 constructWithError(""); in testBadStrings()47 constructWithError("+"); in testBadStrings()48 constructWithError("-"); in testBadStrings()49 constructWithError("+e"); in testBadStrings()50 constructWithError("-e"); in testBadStrings()51 constructWithError("e+"); in testBadStrings()52 constructWithError("1.-0"); in testBadStrings()53 constructWithError(".-123"); in testBadStrings()54 constructWithError("-"); in testBadStrings()55 constructWithError("--1.1"); in testBadStrings()[all …]
61 constructWithError(""); in testStringConstructor()62 constructWithError("-"); in testStringConstructor()63 constructWithError("+"); in testStringConstructor()64 constructWithError("--"); in testStringConstructor()65 constructWithError("++"); in testStringConstructor()66 constructWithError("-000-0"); in testStringConstructor()67 constructWithError("+000+0"); in testStringConstructor()68 constructWithError("+000-0"); in testStringConstructor()69 constructWithError("--1234567890"); in testStringConstructor()70 constructWithError("++1234567890"); in testStringConstructor()[all …]