Searched refs:lookingAt (Results 1 – 9 of 9) sorted by relevance
86 boolean matchesPrefix = m.lookingAt(); in run()90 boolean matchesPrefixTransparentBounds = m.lookingAt(); in run()93 boolean matchesPrefixAnchoringBounds = m.lookingAt(); in run()
238 assertFalse("Should not find given pattern in 1 string", mat1.lookingAt()); in test_lookingAt()240 assertTrue("Should find given pattern in region of string", mat1.lookingAt()); in test_lookingAt()241 assertTrue("Should find given pattern in 2 string", mat2.lookingAt()); in test_lookingAt()
110 public boolean lookingAt() { in lookingAt() method in Matcher
72 public boolean lookingAt() { throw new RuntimeException("Stub!"); } in lookingAt() method in Matcher
732 public boolean lookingAt() { in lookingAt() method in Matcher734 matchFound = nativeMatcher.lookingAt(groups); in lookingAt()
964 if (matcher.lookingAt()) { in hasTokenInBuffer()1001 if (matcher.lookingAt()) { in getCompleteTokenInBuffer()1143 if (matcher.lookingAt()) { in matchPatternInBuffer()
1808 assertTrue(matcher.lookingAt()); in group0Test()1817 assertTrue(matcher.lookingAt()); in group0Test()1831 assertTrue(matcher.lookingAt()); in group0Test()1840 assertTrue(matcher.lookingAt()); in group0Test()2191 assertTrue(m.lookingAt()); in lookingAtTest()2196 assertFalse(m.lookingAt()); in lookingAtTest()2202 assertTrue(m.lookingAt()); in lookingAtTest()2207 assertFalse(m.lookingAt()); in lookingAtTest()
36 assertTrue(m1.lookingAt()); in testSimpleMatch()41 assertFalse(m2.lookingAt()); in testSimpleMatch()
18105 method public boolean lookingAt();