Searched refs:nextLine (Results 1 – 6 of 6) sorted by relevance
574 String nextLine = null; in lines()578 if (nextLine != null) { in lines()582 nextLine = readLine(); in lines()583 return (nextLine != null); in lines()592 if (nextLine != null || hasNext()) { in lines()593 String line = nextLine; in lines()594 nextLine = null; in lines()
5006 assertEquals("", s.nextLine()); in test_findInLine_LPattern()5009 assertEquals("", s.nextLine()); in test_findInLine_LPattern()5024 s.nextLine(); in test_findInLine_LPattern()5027 s.nextLine(); in test_findInLine_LPattern()5419 s.nextLine(); in test_nextLine()5425 String result = s.nextLine(); in test_nextLine()5432 result = s.nextLine(); in test_nextLine()5439 result = s.nextLine(); in test_nextLine()5446 result = s.nextLine(); in test_nextLine()5454 result = s.nextLine(); in test_nextLine()[all …]
714 assertTrue(scanner.nextLine().startsWith("#A Header")); in test_storeLjava_io_WriterLjava_lang_String()715 assertTrue(scanner.nextLine().startsWith("#")); in test_storeLjava_io_WriterLjava_lang_String()
423 assertEquals(newValue, scanner.nextLine()); in changeProperties()
1556 public String nextLine() { in nextLine() method in Scanner
13658 method public String nextLine();