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

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DDocument.java33 protected int rootIndex = -1; field in class:Document
64 // if (rootIndex != -1)
67 rootIndex = index;
69 else if (rootIndex >= index)
70 rootIndex++;
98 if (index == rootIndex)
99 rootIndex = -1;
100 else if (index < rootIndex)
101 rootIndex--;
109 if (rootIndex
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java616 int rootIndex = binarySearchForRootPrimaryNode(
618 if(rootIndex >= 0) {
619 return rootPrimaryIndexes.elementAti(rootIndex);
624 rootPrimaryIndexes.insertElementAt(index, ~rootIndex);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java612 int rootIndex = binarySearchForRootPrimaryNode(
614 if(rootIndex >= 0) {
615 return rootPrimaryIndexes.elementAti(rootIndex);
620 rootPrimaryIndexes.insertElementAt(index, ~rootIndex);
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp859 int32_t rootIndex = binarySearchForRootPrimaryNode( local
861 if(rootIndex >= 0) {
862 return rootPrimaryIndexes.elementAti(rootIndex);
867 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode);
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 408 milliseconds