OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newlinks
(Results
1 - 1
of
1
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java
227
int
newlinks
[] = new int[_links.length + (CLEARLIMITATION * 2)];
local
229
System.arraycopy(_links, 0,
newlinks
, 0, _links.length);
231
_links =
newlinks
;
Completed in 73 milliseconds