_length 165 core/E4XNode.cpp if (i >= _length())
_length 640 core/E4XNode.cpp for (uint32 k = 0; k < _length(); k++)
_length 755 core/E4XNode.cpp for (uint32 i = 0; i < _length(); i++)
_length 785 core/E4XNode.cpp n = xl->_length();
_length 814 core/E4XNode.cpp for (uint32 j = 0; j < xl->_length(); j++)
_length 859 core/E4XNode.cpp if (i >= _length())
_length 861 core/E4XNode.cpp i = _length();
_length 966 core/E4XNode.cpp for (uint32 i = 0; i < _length(); i++)
_length 984 core/E4XNode.cpp for (uint32 i = 0; i < _length(); i++)
_length 1004 core/E4XNode.cpp AvmAssert(m_parent->_length()); // this child's parent does not contain itself???
_length 1006 core/E4XNode.cpp for (uint32 i = 0; i < m_parent->_length(); i++)
_length 224 core/E4XNode.h virtual uint32 _length() const { return 0; };
_length 350 core/E4XNode.h uint32 _length() const { return numChildren(); };
_length 171 core/XMLClass.cpp if (xl->_length() == 1)
_length 192 core/XMLClass.cpp if (!x->getNode()->_length())
_length 199 core/XMLClass.cpp else if (x->getNode()->_length() == 1)
_length 216 core/XMLClass.cpp for (uint32 i = 0; i < node->_length(); i++)
_length 101 core/XMLListClass.cpp for (uint32 i = 0; i < x->getNode()->_length(); i++)
_length 75 core/XMLListObject.cpp !AvmCore::atomToXMLList(f)->_length() &&
_length 76 core/XMLListObject.cpp (this->_length() == 1))
_length 106 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 117 core/XMLListObject.cpp if (x && x->_length())
_length 123 core/XMLListObject.cpp if (xl && xl->_length())
_length 145 core/XMLListObject.cpp else if (_length() <= 1)
_length 148 core/XMLListObject.cpp if (_length() == 0)
_length 154 core/XMLListObject.cpp if (AvmCore::isXML(r) && (AvmCore::atomToXML(r)->_length() != 1))
_length 157 core/XMLListObject.cpp if (AvmCore::isXMLList(r) && (AvmCore::atomToXMLList(r)->_length() != 1))
_length 166 core/XMLListObject.cpp else if (_length() > 1)
_length 173 core/XMLListObject.cpp for (uint32 z = 0; z < _length(); z++)
_length 218 core/XMLListObject.cpp if (dqx && dqx->_length())
_length 246 core/XMLListObject.cpp if (index < _length())
_length 280 core/XMLListObject.cpp if (i >= _length())
_length 286 core/XMLListObject.cpp if (xl->_length() != 1)
_length 304 core/XMLListObject.cpp if (AvmCore::isXMLList(attributesExist) && (AvmCore::atomToXMLList(attributesExist)->_length() > 0))
_length 328 core/XMLListObject.cpp i = _length();
_length 344 core/XMLListObject.cpp while ((j < (parent->_length() - 1)) && parent->_getAt (j) != _getNodeAt(i - 1))
_length 353 core/XMLListObject.cpp j = parent->_length(); // slightly different than spec but our insert call does not have a + 1 on it
_length 383 core/XMLListObject.cpp if ((src->_length() == 1) && src->_getNodeAt(0)->getClass() & (E4XNode::kText | E4XNode::kAttribute))
_length 438 core/XMLListObject.cpp for (uint32 j = 0; j < c->_length(); j++)
_length 538 core/XMLListObject.cpp if (index >= _length())
_length 588 core/XMLListObject.cpp return (index < _length());
_length 599 core/XMLListObject.cpp return (index < _length());
_length 682 core/XMLListObject.cpp if (v->_length())
_length 684 core/XMLListObject.cpp m_children.checkCapacity(m_children.getLength() + v->_length());
_length 685 core/XMLListObject.cpp for (uint32 j = 0; j < v->_length(); j++)
_length 733 core/XMLListObject.cpp if ((V == undefinedAtom) && (_length() == 0))
_length 739 core/XMLListObject.cpp if (_length() != v->_length())
_length 742 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 752 core/XMLListObject.cpp else if (_length() == 1)
_length 763 core/XMLListObject.cpp if (_length() > 0)
_length 809 core/XMLListObject.cpp if (!target->_length())
_length 811 core/XMLListObject.cpp if (AvmCore::isXMLList(base) && AvmCore::atomToXMLList(base)->_length() > 1)
_length 838 core/XMLListObject.cpp if (i >= _length())
_length 853 core/XMLListObject.cpp if (i >= _length())
_length 869 core/XMLListObject.cpp if (index <= (int)_length())
_length 884 core/XMLListObject.cpp if (index <= (int)_length())
_length 897 core/XMLListObject.cpp if (index < (int) _length())
_length 913 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 957 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 961 core/XMLListObject.cpp if (rxl && rxl->_length())
_length 981 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 987 core/XMLListObject.cpp if (rxl && rxl->_length())
_length 1000 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 1026 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 1032 core/XMLListObject.cpp if (rxl && rxl->_length())
_length 1057 core/XMLListObject.cpp if (_length() == 0)
_length 1060 core/XMLListObject.cpp if (_length() == 1)
_length 1065 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 1079 core/XMLListObject.cpp if (!_length())
_length 1083 core/XMLListObject.cpp else if (_length() == 1)
_length 1089 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 1103 core/XMLListObject.cpp return _length();
_length 1111 core/XMLListObject.cpp while (i < _length())
_length 1122 core/XMLListObject.cpp while (((i + 1) < _length()) && ((_getNodeAt(i + 1)->getClass() & (E4XNode::kText | E4XNode::kCDATA))))
_length 1147 core/XMLListObject.cpp if (!_length())
_length 1151 core/XMLListObject.cpp for (uint32 i = 1; i < _length(); i++)
_length 1169 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 1175 core/XMLListObject.cpp if (rxl && rxl->_length())
_length 1188 core/XMLListObject.cpp if ((index >= 0.0) && (index < _length()))
_length 1200 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 1206 core/XMLListObject.cpp if (rxl && rxl->_length())
_length 1228 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 1268 core/XMLListObject.cpp if (_length() == 1)
_length 1282 core/XMLListObject.cpp if (_length() == 1)
_length 1296 core/XMLListObject.cpp if (_length() == 1)
_length 1310 core/XMLListObject.cpp if (_length() == 1)
_length 1324 core/XMLListObject.cpp if (_length() == 1)
_length 1338 core/XMLListObject.cpp if (_length() == 1)
_length 1352 core/XMLListObject.cpp if (_length() == 1)
_length 1369 core/XMLListObject.cpp if (_length() == 1)
_length 1383 core/XMLListObject.cpp if (_length() == 1)
_length 1397 core/XMLListObject.cpp if (_length() == 1)
_length 1412 core/XMLListObject.cpp if (_length() == 1)
_length 1426 core/XMLListObject.cpp if (_length() == 1)
_length 1440 core/XMLListObject.cpp if (_length() == 1)
_length 1454 core/XMLListObject.cpp if (_length() == 1)
_length 1468 core/XMLListObject.cpp if (_length() == 1)
_length 1482 core/XMLListObject.cpp if (_length() == 1)
_length 1495 core/XMLListObject.cpp if (_length() == 1)
_length 1508 core/XMLListObject.cpp if (_length() == 1)
_length 1530 core/XMLListObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 150 core/XMLListObject.h inline uint32 _length() const { return (numChildren()); }; //[[Length]]
_length 430 core/XMLObject.cpp !AvmCore::atomToXMLList(f)->_length() &&
_length 572 core/XMLObject.cpp if ((src->_length() == 1) && src->_getAt(0)->getClass() & (E4XNode::kText | E4XNode::kAttribute))
_length 616 core/XMLObject.cpp if (!xl->_length())
_length 624 core/XMLObject.cpp for (uint32 i = 1; i < xl->_length(); i++)
_length 704 core/XMLObject.cpp for (int k = _length() - 1; k >= 0; k--)
_length 740 core/XMLObject.cpp i = _length();
_length 807 core/XMLObject.cpp if (m_node->_length() > (uint32)i)
_length 869 core/XMLObject.cpp while (q < _length())
_length 935 core/XMLObject.cpp for (uint32 k = 0; k < _length(); k++)
_length 958 core/XMLObject.cpp if (dql && dql->_length())
_length 1046 core/XMLObject.cpp for (uint32 k = 0; k < m_node->_length(); k++)
_length 1390 core/XMLObject.cpp bool bIndentChildren = ((_length() > 1) || (firstChild->getClass() & ~(E4XNode::kText | E4XNode::kCDATA)));
_length 1442 core/XMLObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 1570 core/XMLObject.cpp int index = _length();
_length 1628 core/XMLObject.cpp for (uint32 i = 0; i < m_node->_length(); i++)
_length 1680 core/XMLObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 1793 core/XMLObject.cpp if (xl->_length() == 1)
_length 1798 core/XMLObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 1842 core/XMLObject.cpp m_node->_insert (core, toplevel, _length(), child2);
_length 1853 core/XMLObject.cpp if (xl->_length() == 1)
_length 1858 core/XMLObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 2023 core/XMLObject.cpp while (i < _length())
_length 2036 core/XMLObject.cpp while (((i + 1) < _length()) && (m_node->_getAt(i + 1)->getClass() & (E4XNode::kText | E4XNode::kCDATA)))
_length 2103 core/XMLObject.cpp for (uint32 i = 0; i < m_node->_length(); i++)
_length 2198 core/XMLObject.cpp for (uint32 k = 0; k < _length(); k++)
_length 2255 core/XMLObject.cpp for (int k = int(_length()) - 1; k >= 0; k--)
_length 2428 core/XMLObject.cpp for (uint32 i = 0; i < m_node->_length(); i++)
_length 2454 core/XMLObject.cpp for (uint32 i = 0; i < _length(); i++)
_length 2520 core/XMLObject.cpp return m_node->_length();
_length 267 core/XMLObject.h uint32 _length() const;