HomeSort by relevance Sort by last modified time
    Searched refs:lookbehind (Results 1 - 5 of 5) 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...]
  /external/pcre/dist/
pcre_compile.c 479 "lookbehind assertion is not fixed length\0"
492 "\\C not allowed in lookbehind assertion\0"
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 120 milliseconds