Searched refs:lookingAt (Results 1 – 8 of 8) sorted by relevance
86 boolean matchesPrefix = m.lookingAt(); in run()90 boolean matchesPrefixTransparentBounds = m.lookingAt(); in run()93 boolean matchesPrefixAnchoringBounds = m.lookingAt(); in run()
598 public boolean lookingAt() { in lookingAt() method in Matcher600 matchFound = nativeMatcher.lookingAt(groups); in lookingAt()
72 public boolean lookingAt() { throw new RuntimeException("Stub!"); } in lookingAt() method in Matcher
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
893 if (matcher.lookingAt()) in hasTokenInBuffer()925 if (matcher.lookingAt()) { in getCompleteTokenInBuffer()1066 if (matcher.lookingAt()) { in matchPatternInBuffer()
36 assertTrue(m1.lookingAt()); in testSimpleMatch()41 assertFalse(m2.lookingAt()); in testSimpleMatch()
16555 method public boolean lookingAt();