Home
last modified time | relevance | path

Searched refs:rootIndex (Results 1 – 4 of 4) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DDocument.java33 protected int rootIndex = -1; field in Document
67 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()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java612 int rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local
614 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()
615 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
620 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); in findOrInsertNodeForPrimary()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationBuilder.java616 int rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local
618 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()
619 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
624 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); in findOrInsertNodeForPrimary()
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp859 int32_t rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local
861 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()
862 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
867 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()