HomeSort by relevance Sort by last modified time
    Searched defs:_links (Results 1 - 2 of 2) 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 

Completed in 20 milliseconds