Searched defs:overflowAsString (Results 1 – 4 of 4) sorted by relevance
299 String overflowAsString = overflow.toString(radix); in testParseLongWithRadixLimits() local
298 String overflowAsString = Long.toString(overflow, radix); in testParseIntWithRadixLimits() local