Searched refs:lookBehindPos (Results 1 – 1 of 1) sorted by relevance
329 int lookBehindPos = m_queueMark - (n + 1); in lookbehind() local331 if (lookBehindPos >= 0) in lookbehind()333 String lookbehind = (String) m_ops.m_tokenQueue.elementAt(lookBehindPos); in lookbehind()