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

  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 77 vs._links = (int[]) _links.clone();
106 int[] _links; field in class:VariableStack
143 int linksSize = (_links == null) ? XPathContext.RECURSIONLIMIT
144 : _links.length;
159 // Don't bother reallocating _links array if it exists already
160 if (_links == null) {
161 _links = new int[linksSize];
167 _links[_linksTop++] = 0;
225 if (_linksTop + 1 >= _links.length
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 179 milliseconds