Searched refs:rootIndex (Results 1 – 5 of 5) sorted by relevance
33 protected int rootIndex = -1; field in Document67 rootIndex = index; in addChild()69 else if (rootIndex >= index) in addChild()70 rootIndex++; in addChild()98 if (index == rootIndex) in removeChild()99 rootIndex = -1; in removeChild()100 else if (index < rootIndex) in removeChild()101 rootIndex--; in removeChild()109 if (rootIndex == -1) in getRootElement()112 return (Element) getChild(rootIndex); in getRootElement()
616 int rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local618 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()619 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()624 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); in findOrInsertNodeForPrimary()
612 int rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local614 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()615 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()620 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); in findOrInsertNodeForPrimary()
864 int32_t rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local866 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()867 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()872 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()