Searched refs:overflowAsString (Results 1 – 4 of 4) sorted by relevance
173 String overflowAsString = Long.toString(overflow, radix); in testParseIntWithRadix() local174 UnsignedInts.parseUnsignedInt(overflowAsString, radix); in testParseIntWithRadix()
196 String overflowAsString = overflow.toString(radix); in testParseLongWithRadix() local197 UnsignedLongs.parseUnsignedLong(overflowAsString, radix); in testParseLongWithRadix()
190 String overflowAsString = Long.toString(overflow, radix); in testParseIntWithRadix() local191 UnsignedInts.parseUnsignedInt(overflowAsString, radix); in testParseIntWithRadix()
213 String overflowAsString = overflow.toString(radix); in testParseLongWithRadix() local214 UnsignedLongs.parseUnsignedLong(overflowAsString, radix); in testParseLongWithRadix()