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

  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 92 int _frameTop;
132 return _frameTop;
156 _frameTop = 0;
213 _currentFrameBottom = _frameTop;
214 _frameTop += size;
216 if (_frameTop >= _stackFrames.length)
245 _frameTop = _links[--_linksTop];
257 _frameTop = _links[--_linksTop];

Completed in 40 milliseconds