Home
last modified time | relevance | path

Searched defs:lookbehind (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java325 private final boolean lookbehind(char c, int n) in lookbehind() method in XPathParser
333 String lookbehind = (String) m_ops.m_tokenQueue.elementAt(lookBehindPos); in lookbehind() local
373 String lookbehind = (String) m_ops.m_tokenQueue.elementAt(m_queueMark - (n - 1)); in lookbehindHasToken() local
/external/rust/crates/paste/src/
Dlib.rs188 let mut lookbehind = Lookbehind::Other; in expand() localVariable
/external/pcre/dist2/src/
Dpcre2_compile.c7979 BOOL lookbehind; in compile_regex() local