HomeSort by relevance Sort by last modified time
    Searched refs:lookbehind (Results 1 - 4 of 4) 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...]
  /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 261 milliseconds