Home | History | Annotate | Download | only in compiler

Lines Matching refs:lookbehind

325   private final boolean lookbehind(char c, int n)
333 String lookbehind = (String) m_ops.m_tokenQueue.elementAt(lookBehindPos);
335 if (lookbehind.length() == 1)
337 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0);
373 String lookbehind = (String) m_ops.m_tokenQueue.elementAt(m_queueMark - (n - 1));
374 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0);