Searched refs:hasNextLong (Results 1 – 4 of 4) sorted by relevance
4080 assertTrue(s.hasNextLong(10)); in test_hasNextLongI()4082 assertTrue(s.hasNextLong(10)); in test_hasNextLongI()4084 assertFalse(s.hasNextLong(10)); in test_hasNextLongI()4093 assertTrue(s.hasNextLong(5)); in test_hasNextLongI()4095 assertFalse(s.hasNextLong(5)); in test_hasNextLongI()4104 assertFalse(s.hasNextLong(10)); in test_hasNextLongI()4125 assertTrue(s.hasNextLong(10)); in test_hasNextLongI()4127 assertTrue(s.hasNextLong(10)); in test_hasNextLongI()4135 assertFalse(s.hasNextLong(10)); in test_hasNextLongI()4143 assertTrue(s.hasNextLong(10)); in test_hasNextLongI()[all …]
650 scanner.hasNextLong(16); in cacheTest2()698 Scanner::hasNextLong,913 while (sc.hasNextLong()) { in fromFileTest()1197 if (!s.hasNextLong()) failCount++; in longTest()1199 if (!s.hasNextLong()) failCount++; in longTest()1202 if (s.hasNextLong()) in longTest()1247 if (s.hasNextLong()) in floatTest()1292 if (s.hasNextLong()) in doubleTest()1522 (s, r) -> s.hasNextLong(r),
2296 public boolean hasNextLong() { in hasNextLong() method in Scanner2297 return hasNextLong(defaultRadix); in hasNextLong()2315 public boolean hasNextLong(int radix) { in hasNextLong() method in Scanner
14800 method public boolean hasNextLong();14801 method public boolean hasNextLong(int);