Home
last modified time | relevance | path

Searched refs:hasNextShort (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java3422 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 …]
/libcore/ojluni/src/test/java/util/Scanner/
DScanTest.java638 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),
/libcore/ojluni/src/main/java/java/util/
DScanner.java2040 public boolean hasNextShort() { in hasNextShort() method in Scanner
2041 return hasNextShort(defaultRadix); in hasNextShort()
2059 public boolean hasNextShort(int radix) { in hasNextShort() method in Scanner
/libcore/api/
Dcurrent.txt14802 method public boolean hasNextShort();
14803 method public boolean hasNextShort(int);