HomeSort by relevance Sort by last modified time
    Searched defs:toInsert (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 112 LeafNodeImpl toInsert = (LeafNodeImpl) newChild;
113 if (toInsert.document != null && document != null && toInsert.document != document) {
116 if (toInsert.isParentOf(this)) {
120 if (toInsert.parent != null) {
121 int oldIndex = toInsert.index;
122 toInsert.parent.children.remove(oldIndex);
123 toInsert.parent.refreshIndices(oldIndex);
126 children.add(index, toInsert);
127 toInsert.parent = this
    [all...]
  /external/icu4c/i18n/
ucol_tok.h 80 uint32_t toInsert;
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 90 milliseconds