Searched refs:hitEnd (Results 1 – 6 of 6) sorted by relevance
192 return state->matcher()->hitEnd(); in Matcher_hitEndImpl()
532 assertFalse("hitEnd should return false during parsing input", mat.hitEnd()); in test_hitEnd()534 assertTrue("hitEnd should return true after finding last match", mat.hitEnd()); // *** in test_hitEnd()
989 public boolean hitEnd() { in hitEnd() method in Matcher
923 if (matcher.hitEnd() && !sourceClosed) { in getCompleteTokenInBuffer()1024 if (matcher.hitEnd() && (!sourceClosed)) { in findPatternInBuffer()1062 if (matcher.hitEnd() && (!sourceClosed)) { in matchPatternInBuffer()
706 boolean h = matcher.hitEnd(); in hitEndTest()
1503 boolean isPartialMatch = !m.matches() && m.hitEnd(); in test_hitEnd()