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

  /development/vndk/tools/sourcedr/sourcedr/static/prism/js/
prism.js 277 lookbehind = !!pattern.lookbehind,
317 var from = match.index + (lookbehind ? match[1].length : 0),
353 if(lookbehind) {
541 lookbehind: true
545 lookbehind: true
554 lookbehind: true,
578 lookbehind: true,
584 lookbehind: true
589 lookbehind: true
    [all...]
  /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 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...]
  /prebuilts/go/darwin-x86/src/html/template/
js.go 26 // JavaScript 2.0 lexical grammar and requires one token of lookbehind:
  /prebuilts/go/linux-x86/src/html/template/
js.go 26 // JavaScript 2.0 lexical grammar and requires one token of lookbehind:
  /external/pcre/dist2/src/
pcre2_compile.c 623 ERR25, /* Lookbehind is not fixed length */
624 ERR36, /* \C in lookbehind is not allowed */
625 ERR87, /* Lookbehind is too long */
    [all...]
  /external/v8/src/regexp/
jsregexp.cc     [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 350 milliseconds