Searched refs:hitEnd (Results 1 – 9 of 9) sorted by relevance
82 boolean hitEnd = m.hitEnd(); in run()
1089 public boolean hitEnd() { in hitEnd() method in Matcher1091 return nativeMatcher.hitEnd(); in hitEnd()
100 public boolean hitEnd() { throw new RuntimeException("Stub!"); } in hitEnd() method in Matcher
171 public boolean hitEnd() { in hitEnd() method in Matcher
928 if (matcher.hitEnd() && !sourceClosed) { in getCompleteTokenInBuffer()1029 if (matcher.hitEnd() && (!sourceClosed)) { in findPatternInBuffer()1067 if (matcher.hitEnd() && (!sourceClosed)) { in matchPatternInBuffer()
559 assertFalse("hitEnd should return false during parsing input", mat.hitEnd()); in test_hitEnd()561 assertTrue("hitEnd should return true after finding last match", mat.hitEnd()); // *** in test_hitEnd()
797 boolean h = matcher.hitEnd(); in hitEndTest()
1822 boolean isPartialMatch = !m.matches() && m.hitEnd(); in test_hitEnd()
16554 method public boolean hitEnd();