HomeSort by relevance Sort by last modified time
    Searched full:newsf (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 218 XObject newsf[] = new XObject[_stackFrames.length + XPathContext.RECURSIONLIMIT + size]; local
220 System.arraycopy(_stackFrames, 0, newsf, 0, _stackFrames.length);
222 _stackFrames = newsf;

Completed in 170 milliseconds