Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java4080 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 …]
/libcore/ojluni/src/test/java/util/Scanner/
DScanTest.java650 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),
/libcore/ojluni/src/main/java/java/util/
DScanner.java2296 public boolean hasNextLong() { in hasNextLong() method in Scanner
2297 return hasNextLong(defaultRadix); in hasNextLong()
2315 public boolean hasNextLong(int radix) { in hasNextLong() method in Scanner
/libcore/api/
Dcurrent.txt14800 method public boolean hasNextLong();
14801 method public boolean hasNextLong(int);