getLength         569 axscript/ByteArrayGlue.cpp 			length = bytes->getLength() - offset;
getLength          97 axscript/ByteArrayGlue.h 		uint32 getLength() { return m_byteArray.GetLength(); }
getLength          87 axscript/SystemClass.cpp 		for (int i=0, n = a->getLength(); i < n; i++)
getLength         193 core/ArrayClass.cpp 		uint32 argc = args->getLength();
getLength         202 core/ArrayClass.cpp 				newLength += b->getLength();
getLength         239 core/ArrayClass.cpp 				uint32 len = b->getLength();
getLength        1142 core/ArrayClass.cpp 		if (args->getLength() >= 1)
getLength        1152 core/ArrayClass.cpp 				if (args->getLength() >= 2)
getLength        1239 core/ArrayClass.cpp 			nFields = obj->getLength();
getLength        1251 core/ArrayClass.cpp 				uint32 nOptions = obj->getLength();
getLength        1290 core/ArrayClass.cpp 		if (!args->getLength())
getLength        1301 core/ArrayClass.cpp 		double d_deleteCount = args->getLength() > 1 ? AvmCore::toInteger(args->getUintProperty(1)) : (len - start); 
getLength        1317 core/ArrayClass.cpp 		uint32 insertCount = (args->getLength() > 2) ? (args->getLength() - 2) : 0;
getLength        1607 core/ArrayClass.cpp 		for (uint32 i = args->getLength() ; i > 0; i--) {
getLength        1611 core/ArrayClass.cpp 		return a->getLength();
getLength         225 core/ArrayObject.cpp 				return core->intToAtom (getLength());
getLength         420 core/ArrayObject.cpp 		return getLength(); 
getLength         438 core/ArrayObject.cpp 			uint32 oldLength = getLength();
getLength         470 core/ArrayObject.cpp 		if (getLength() != 0)
getLength         472 core/ArrayObject.cpp 			Atom outAtom = _getUintProperty(getLength()-1);
getLength         473 core/ArrayObject.cpp 			setLength(getLength()-1);
getLength         492 core/ArrayObject.cpp 				_setUintProperty(getLength(), argv[i]);
getLength         511 core/ArrayObject.cpp 				uint32 len = getLength();
getLength         525 core/ArrayObject.cpp 		return getLength();
getLength         534 core/ArrayObject.cpp 			s += getLength()*sizeof(Atom);
getLength          70 core/ArrayObject.h 		bool hasDense() const { return (m_denseArr.getLength() != 0); };
getLength          71 core/ArrayObject.h 		bool isSimpleDense() const { return (m_denseArr.getLength() == m_length); };
getLength          72 core/ArrayObject.h 		uint32 getDenseLength() const { return m_denseArr.getLength(); }
getLength          79 core/ArrayObject.h 		virtual uint32 getLength() const;
getLength         237 core/AtomArray.cpp 		push (a->m_atoms, a->getLength());
getLength          78 core/AtomArray.h 		uint32 getLength() const { return m_length; };
getLength         104 core/E4XNode.cpp 			return aa->getLength();
getLength         415 core/E4XNode.cpp 				for (j = 0; j < inScopeNS->getLength(); j++)
getLength         430 core/E4XNode.cpp 				if (j == inScopeNS->getLength()) // no match
getLength         326 core/E4XNode.h 		uint32 numAttributes() const { return (m_attributes ? m_attributes->getLength() : 0); };
getLength         331 core/E4XNode.h 		uint32 numNamespaces() const { return (m_namespaces ? m_namespaces->getLength() : 0); };
getLength         361 core/MethodEnv.cpp 		int32_t argc = a->getLength();
getLength         517 core/MethodEnv.cpp 		int32_t argc = a->getLength();
getLength         290 core/RegExpObject.cpp 				for (uint32 j=1; j<matchArray->getLength(); j++) {
getLength         128 core/TypeDescriber.cpp 		a->setUintProperty(a->getLength(), s->atom());
getLength         133 core/TypeDescriber.cpp 		a->setUintProperty(a->getLength(), o->atom());
getLength         684 core/XMLListObject.cpp  				m_children.checkCapacity(m_children.getLength() + v->_length());
getLength         147 core/XMLListObject.h 		uint32 numChildren()   const { return m_children.getLength(); };
getLength        1109 core/XMLObject.cpp 		for (i = 0; i < namespaces->getLength(); i++)
getLength        1116 core/XMLObject.cpp 		if (i == namespaces->getLength())
getLength        1139 core/XMLObject.cpp 					for (uint32 i = 0; i < namespaces->getLength(); i++)
getLength        1229 core/XMLObject.cpp 		uint32 origLength = AncestorNamespaces->getLength();
getLength        1233 core/XMLObject.cpp 		for (uint32 i = 0; i < inScopeNS->getLength(); i++)
getLength        1237 core/XMLObject.cpp 			for (j = 0; j < AncestorNamespaces->getLength(); j++)
getLength        1250 core/XMLObject.cpp 			if (j == AncestorNamespaces->getLength()) // a match was not found
getLength        1347 core/XMLObject.cpp 		for (uint32 i = origLength; i < AncestorNamespaces->getLength(); i++)
getLength        1412 core/XMLObject.cpp 		uint32 anLen = AncestorNamespaces->getLength();
getLength        1439 core/XMLObject.cpp 		uint32 namespaceLength = newNamespaceArray->getLength();
getLength        1737 core/XMLObject.cpp 		ArrayObject *a = toplevel()->arrayClass->newArray(inScopeNS->getLength());
getLength        1740 core/XMLObject.cpp 		for (i = 0; i < inScopeNS->getLength(); i++)
getLength        1746 core/XMLObject.cpp 		if (!inScopeNS->getLength())
getLength        1934 core/XMLObject.cpp 			for (uint32 i = 0; i < inScopeNS->getLength(); i++)
getLength        1973 core/XMLObject.cpp 					for (uint32 j = 0; j < ancestorNS->getLength(); j++)
getLength        1992 core/XMLObject.cpp 				for (uint32 j = 0; j < ancestorNS->getLength(); j++)
getLength        2925 core/XMLObject.cpp 			for (uint32 i = 0; i < nsArray->getLength(); i++)
getLength         568 shell/ByteArrayGlue.cpp 			length = bytes->getLength() - offset;
getLength         124 shell/ByteArrayGlue.h 		uint32_t getLength() { return m_byteArray.GetLength(); }
getLength         106 shell/SystemClass.cpp 		for (int i=0, n = a->getLength(); i < n; i++)