Searched defs:removeElementAt (Results 1 – 8 of 8) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/utils/ | ||
D | IntVector.java | 284 public final void removeElementAt(int i) in removeElementAt() method in IntVector |
D | ObjectVector.java | 281 public final void removeElementAt(int i) in removeElementAt() method in ObjectVector |
D | NodeVector.java | 499 public void removeElementAt(int i) in removeElementAt() method in NodeVector |
D | SuballocatedIntVector.java | 345 private void removeElementAt(int at) in removeElementAt() method in SuballocatedIntVector |
/external/icu4c/common/ | ||
D | uvectr32.cpp | 157 void UVector32::removeElementAt(int32_t index) { in removeElementAt() function in UVector32 |
D | uvector.cpp | 236 void UVector::removeElementAt(int32_t index) { in removeElementAt() function in UVector |
/external/apache-xml/src/main/java/org/apache/xpath/ | ||
D | NodeSetDTM.java | 987 public void removeElementAt(int i) in removeElementAt() method in NodeSetDTM |
D | NodeSet.java | 1230 public void removeElementAt(int i) in removeElementAt() method in NodeSet |