Home
last modified time | relevance | path

Searched refs:hasNextShort (Results 1 – 3 of 3) 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/main/java/java/util/
DScanner.java1923 public boolean hasNextShort() { in hasNextShort() method in Scanner
1924 return hasNextShort(defaultRadix); in hasNextShort()
1937 public boolean hasNextShort(int radix) { in hasNextShort() method in Scanner
/libcore/api/
Dcurrent.txt13640 method public boolean hasNextShort();
13641 method public boolean hasNextShort(int);