Searched refs:hasNextShort (Results 1 – 4 of 4) sorted by relevance
3422 assertTrue(s.hasNextShort(16)); in test_hasNextIntI_cache()3720 assertTrue(s.hasNextShort(10)); in test_hasNextShortI()3722 assertTrue(s.hasNextShort(10)); in test_hasNextShortI()3724 assertFalse(s.hasNextShort(10)); in test_hasNextShortI()3733 assertTrue(s.hasNextShort(5)); in test_hasNextShortI()3735 assertFalse(s.hasNextShort(5)); in test_hasNextShortI()3744 assertFalse(s.hasNextShort(10)); in test_hasNextShortI()3757 assertFalse(s.hasNextShort(10)); in test_hasNextShortI()3765 assertTrue(s.hasNextShort(10)); in test_hasNextShortI()3767 assertTrue(s.hasNextShort(10)); in test_hasNextShortI()[all …]
638 scanner.hasNextShort(16); in cacheTest2()694 Scanner::hasNextShort,1130 if (!s.hasNextShort()) failCount++; in shortTest()1132 if (!s.hasNextShort()) failCount++; in shortTest()1134 if (!s.hasNextShort(16)) failCount++; in shortTest()1136 if (!s.hasNextShort()) failCount++; in shortTest()1139 if (s.hasNextShort()) in shortTest()1518 (s, r) -> s.hasNextShort(r),
2040 public boolean hasNextShort() { in hasNextShort() method in Scanner2041 return hasNextShort(defaultRadix); in hasNextShort()2059 public boolean hasNextShort(int radix) { in hasNextShort() method in Scanner
14802 method public boolean hasNextShort();14803 method public boolean hasNextShort(int);