Searched refs:hitEnd (Results 1 – 8 of 8) sorted by relevance
100 public boolean hitEnd() { throw new RuntimeException("Stub!"); } in hitEnd() method in Matcher
171 public boolean hitEnd() { in hitEnd() method in Matcher
189 if (state->matcher()->hitEnd() != 0) { in Matcher_hitEndImpl()
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()
1109 public boolean hitEnd() { in hitEnd() method in Matcher
797 boolean h = matcher.hitEnd(); in hitEndTest()
1822 boolean isPartialMatch = !m.matches() && m.hitEnd(); in test_hitEnd()