Home
last modified time | relevance | path

Searched refs:nodeListLen (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DXmlUtil.java66 int nodeListLen = nodeList.getLength(); in cloneTree() local
68 for (int i = 0; i < nodeListLen; i++) { in cloneTree()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DXmlUtil.java66 int nodeListLen = nodeList.getLength(); in cloneTree() local
68 for (int i = 0; i < nodeListLen; i++) { in cloneTree()
/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/DOM/DOMMemTest/
H A DDOMMemTest.cpp436 XMLSize_t nodeListLen = nl->getLength(); in DOMBasicTests() local
437 TASSERT(nodeListLen == 0); in DOMBasicTests()
440 nodeListLen = nl->getLength(); in DOMBasicTests()
441 TASSERT(nodeListLen == 1); in DOMBasicTests()
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c6695 int nodeListLen = 0; in SPR() local
6699 nodeList[nodeListLen++] = node; in SPR()
6701 assert(nodeListLen == NJ->maxnode); in SPR()
6708 for (i = 0; i < nodeListLen; i++) { in SPR()
6712 iRound+1, nRounds, i+1, nodeListLen); in SPR()