Searched refs:removeElementAt (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Dustack.cpp41 removeElementAt(n);
51 removeElementAt(n);
H A Dservnotf.cpp87 listeners->removeElementAt(i);
H A Duvectr32.cpp138 removeElementAt(j);
150 removeElementAt(j);
157 void UVector32::removeElementAt(int32_t index) { function in class:UVector32
H A Duvector.cpp216 removeElementAt(j);
228 removeElementAt(j);
235 void UVector::removeElementAt(int32_t index) { function in class:UVector
245 removeElementAt(i);
383 removeElementAt(i);
H A Duvectr32.h120 void removeElementAt(int32_t index);
H A Duvector.h180 void removeElementAt(int32_t index);
H A Dserv.cpp561 cacheDescriptorList._obj->removeElementAt(i);
/external/icu4c/common/
H A Dustack.cpp41 removeElementAt(n);
51 removeElementAt(n);
H A Dservnotf.cpp87 listeners->removeElementAt(i);
H A Duvectr32.cpp138 removeElementAt(j);
150 removeElementAt(j);
157 void UVector32::removeElementAt(int32_t index) { function in class:UVector32
H A Duvector.cpp217 removeElementAt(j);
229 removeElementAt(j);
236 void UVector::removeElementAt(int32_t index) { function in class:UVector
246 removeElementAt(i);
384 removeElementAt(i);
H A Duvectr32.h120 void removeElementAt(int32_t index);
H A Duvector.h163 void removeElementAt(int32_t index);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dv32test.cpp279 b->removeElementAt(1);
292 // removeElementAt Tested above.
312 a->removeElementAt(0);
314 a->removeElementAt(0);
425 a->removeElementAt(0);
427 a->removeElementAt(0);
/external/icu4c/test/intltest/
H A Dv32test.cpp279 b->removeElementAt(1);
292 // removeElementAt Tested above.
312 a->removeElementAt(0);
314 a->removeElementAt(0);
425 a->removeElementAt(0);
427 a->removeElementAt(0);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DVectorTest.java425 v.removeElementAt(0);
499 tVector.removeElementAt(22);
674 v.removeElementAt(0);
686 v.removeElementAt(0);
889 * @tests java.util.Vector#removeElementAt(int)
892 // Test for method void java.util.Vector.removeElementAt(int)
895 v.removeElementAt(50);
903 tVector.removeElementAt(60);
909 tVector.removeElementAt(-1);
916 tVector.removeElementAt(tVecto
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSuballocatedIntVector.java333 removeElementAt(at);
345 private void removeElementAt(int at) method in class:SuballocatedIntVector
H A DIntVector.java284 public final void removeElementAt(int i) method in class:IntVector
H A DObjectVector.java281 public final void removeElementAt(int i) method in class:ObjectVector
H A DNodeVector.java499 public void removeElementAt(int i) method in class:NodeVector
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java987 public void removeElementAt(int i) method in class:NodeSetDTM
993 super.removeElementAt(i);
H A DSourceTreeManager.java154 m_sourceTree.removeElementAt(i);
H A DNodeSet.java1230 public void removeElementAt(int i) method in class:NodeSet
/external/proguard/src/proguard/gui/
H A DListPanel.java284 listModel.removeElementAt(indices[index]);
/external/icu4c/i18n/
H A Dalphaindex.cpp363 indexCharacters.removeElementAt(i);
988 firstCharsInScripts_->removeElementAt(hanIndex);
1012 firstCharsInScripts_->removeElementAt(0);

Completed in 297 milliseconds

12