Searched refs:sortedEnd (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathNodeSet.cpp94 unsigned sortedEnd = from; local
96 for (unsigned i = sortedEnd; i < to; ++i) {
99 parentMatrix[i].swap(parentMatrix[sortedEnd++]);
101 if (sortedEnd != from) {
102 if (to - sortedEnd > 1)
103 sortBlock(sortedEnd, to, parentMatrix, mayContainAttributeNodes);

Completed in 109 milliseconds