HomeSort by relevance Sort by last modified time
    Searched refs:lookbehind (Results 1 - 7 of 7) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 325 private final boolean lookbehind(char c, int n) method in class:XPathParser
333 String lookbehind = (String) m_ops.m_tokenQueue.elementAt(lookBehindPos); local
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)); local
374 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_parse.py 72 self.lookbehind = 0
304 if state.lookbehind:
306 warnings.warn('group references in lookbehind '
588 if state.lookbehind:
590 warnings.warn('group references in lookbehind '
619 dir = -1 # lookbehind
621 state.lookbehind += 1
624 state.lookbehind -= 1
655 if state.lookbehind:
657 warnings.warn('group references in lookbehind '
    [all...]
  /external/python/cpython2/Lib/
sre_parse.py 73 self.lookbehind = 0
314 if state.lookbehind:
316 warnings.warn('group references in lookbehind '
607 if state.lookbehind:
609 warnings.warn('group references in lookbehind '
638 dir = -1 # lookbehind
640 state.lookbehind += 1
643 state.lookbehind -= 1
674 if state.lookbehind:
676 warnings.warn('group references in lookbehind '
    [all...]
  /external/v8/src/regexp/
jsregexp.cc     [all...]
  /external/pcre/dist2/src/
pcre2_compile.c 7527 BOOL lookbehind; local
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1959 milliseconds