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

  /external/webkit/Source/WebCore/xml/
XPathNodeSet.cpp 92 unsigned sortedEnd = from;
94 for (unsigned i = sortedEnd; i < to; ++i) {
97 parentMatrix[i].swap(parentMatrix[sortedEnd++]);
99 if (sortedEnd != from) {
100 if (to - sortedEnd > 1)
101 sortBlock(sortedEnd, to, parentMatrix, mayContainAttributeNodes);

Completed in 39 milliseconds