Searched refs:overflowAsString (Results 1 – 2 of 2) sorted by relevance
132 String overflowAsString = Long.toString(overflow, radix); in testParseLongWithRadix() local133 UnsignedInts.parseUnsignedInt(overflowAsString, radix); in testParseLongWithRadix()
127 String overflowAsString = overflow.toString(radix); in testParseLongWithRadix() local128 UnsignedLongs.parseUnsignedLong(overflowAsString, radix); in testParseLongWithRadix()