Home
last modified time | relevance | path

Searched refs:rootIndex (Results 1 – 6 of 6) 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.java609 int rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local
611 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()
612 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
617 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); in findOrInsertNodeForPrimary()
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp857 int32_t rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local
859 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()
860 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
865 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()
/external/vogar/lib/
Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...