Searched refs:toInsert (Results 1 – 4 of 4) sorted by relevance
134 Branch* toInsert = branch; in insert() local137 toInsert = this->insert(root->child(childIndex)->fChild.subtree, branch, level); in insert()141 if (NULL != toInsert) { in insert()151 toDivide[fMaxChildren] = *toInsert; in insert()170 *root->child(root->fNumChildren) = *toInsert; in insert()
546 final Object toInsert = elementsToInsert.next(); in newAddMethod() local552 rawIterator.add(toInsert); in newAddMethod()559 final E toInsert = elementsToInsert.next();565 li.set(toInsert);
467 count = tok->next->toInsert; in ucol_getSimpleCEGenerator()492 uint32_t count = tok->toInsert; in ucol_getCEGenerator()753 tok->toInsert = 1; in ucol_initBuffers()766 tok->toInsert = t[tok->strength]; in ucol_initBuffers()769 tok->toInsert = t[tok->strength]; in ucol_initBuffers()790 fprintf(stderr,"%i", tok->toInsert); in ucol_initBuffers()
80 uint32_t toInsert; member