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

  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 98 private int _currentFrameBottom;
180 _currentFrameBottom = sf;
192 return _currentFrameBottom;
213 _currentFrameBottom = _frameTop;
234 _links[_linksTop++] = _currentFrameBottom;
236 return _currentFrameBottom;
246 _currentFrameBottom = _links[_linksTop - 1];
258 _currentFrameBottom = currentFrame;
272 _stackFrames[index + _currentFrameBottom] = val;
308 index += _currentFrameBottom;
    [all...]

Completed in 212 milliseconds