length            123 MMgc/GCTests.cpp 			for(int i=0, n=length; i<n;i++)
length            132 MMgc/GCTests.cpp 			length = 0;
length            138 MMgc/GCTests.cpp 		int length;
length            568 axscript/ByteArrayGlue.cpp 		if (length == 0) {
length            569 axscript/ByteArrayGlue.cpp 			length = bytes->getLength() - offset;
length            574 axscript/ByteArrayGlue.cpp 								   length);
length            583 axscript/ByteArrayGlue.cpp 		if (length == 0) {
length            584 axscript/ByteArrayGlue.cpp 			length = m_byteArray.Available();
length            589 axscript/ByteArrayGlue.cpp 								  length);
length            599 axscript/ByteArrayGlue.cpp 		return m_byteArray.ReadUTFBytes(length);
length            106 axscript/ByteArrayGlue.h 		void readBytes(ByteArrayObject *bytes, uint32 offset, uint32 length);
length            107 axscript/ByteArrayGlue.h 		void writeBytes(ByteArrayObject *bytes, uint32 offset, uint32 length);
length            135 axscript/ByteArrayGlue.h 		String* readUTFBytes(uint32 length);		
length            106 axscript/DataIO.cpp 		CheckEOF(length);
length            108 axscript/DataIO.cpp 		char *buffer = new char[length+1];
length            113 axscript/DataIO.cpp 		Read(buffer, length);
length            114 axscript/DataIO.cpp 		buffer[length] = 0;
length            211 axscript/DataIO.cpp 		uint32 length = utf8->length();
length            212 axscript/DataIO.cpp 		if (length > 65535) {
length            215 axscript/DataIO.cpp 		WriteU16((unsigned short)length);
length            216 axscript/DataIO.cpp 		Write(utf8->c_str(), length*sizeof(char));
length            222 axscript/DataIO.cpp 		int len = utf8->length();
length            211 axscript/DomainClass.cpp 		for (dot=name->length()-1; dot >= 0; dot--)
length            223 axscript/DomainClass.cpp 			className = core->internString(new (core->GetGC()) String(name, dot+1, name->length()-(dot+1)));
length            159 axscript/FileClass.cpp 		fwrite(dataUTF8->c_str(), dataUTF8->length(), 1, fp);
length             92 axscript/SystemClass.cpp 			for (int j = 0; j < s->length(); j++)
length            100 axscript/SystemClass.cpp 					if (((j+1) < s->length()) && (*s)[j+1] == '\n')
length            154 axscript/dataio.h 		String* ReadUTFBytes(uint32 length);
length           1385 core/AvmCore.cpp 				return (atomToString(atom)->length() > 0) ? trueAtom : falseAtom;
length           1413 core/AvmCore.cpp 				return !isNull(atom) && atomToString(atom)->length() > 0;
length           2648 core/AvmCore.cpp 		if (!p->length())
length           2658 core/AvmCore.cpp 		for (int i = 1; i < p->length(); i++)
length           2720 core/AvmCore.cpp 		int last = s->length() - 1;
length           2766 core/AvmCore.cpp 		return newStringUTF8(output.c_str(), output.length());
length           2775 core/AvmCore.cpp 		for (int i = 0; i < s->length(); i++)
length           2805 core/AvmCore.cpp 		return newStringUTF8(output.c_str(), output.length());
length           3481 core/AvmCore.cpp 			else if (!string (prefix)->length())
length           4292 core/AvmCore.cpp 		Atom* end = arr + length;
length           4526 core/AvmCore.cpp 		uint32_t mark = uri->length()==0 ? 0: uri->charAt(uri->length()-1);
length           4535 core/AvmCore.cpp 		uint32_t mark = uri->length()==0 ? 0: uri->charAt(uri->length()-1);
length           4545 core/AvmCore.cpp 		uint32_t mark = uri->length()==0 ? 0: uri->charAt(uri->length()-1);
length           4547 core/AvmCore.cpp 			uri = core->internString(uri->substr(0, uri->length()-1));
length           4648 core/AvmCore.cpp 		uint32_t l1 = (uint32_t)uri->length();
length           1417 core/AvmCore.h 		static void decrementAtomRegion(Atom *ar, int length);
length            320 core/DateClass.cpp         int sLength = s->length();
length            366 core/E4XNode.cpp 			tagName = tagName->intern_substring(pos + 1, tagName->length());
length            472 core/E4XNode.cpp 			len = attributeName->length();
length            511 core/E4XNode.cpp 			len = attributeName->length();
length            544 core/E4XNode.cpp 					toplevel->typeErrorClass()->throwError(kXMLDuplicateAttribute, attributeName, tag.text, core->toErrorString(tag.text->length()));
length             68 core/MathUtils.cpp 		while (index < s->length())
length             85 core/MathUtils.cpp 		if (index >= s->length())
length            255 core/MathUtils.cpp 		if (s->length() - index < 2 || s[index] != '0')
length            297 core/MathUtils.cpp 		if (radix >= 2 && radix <= 36 && index < s->length()) {
length            302 core/MathUtils.cpp 				while (index < s->length()) {
length            313 core/MathUtils.cpp 				if (strict && index < s->length()) {
length            335 core/MathUtils.cpp 				for(end=index; end < s->length() && s[end] == '0'; end++)
length            337 core/MathUtils.cpp 				if (end >= s->length())
length            347 core/MathUtils.cpp 					if (end >= s->length())
length            411 core/MathUtils.cpp 					while(++end < s->length()) {
length            442 core/MathUtils.cpp 		if (inStr->length() == 0) { // toNumber("") should be 0, not NaN
length           1235 core/MathUtils.cpp 		if (index >= s->length()) // empty string or string of spaces == 0
length           1245 core/MathUtils.cpp 		while (index < s->length()) {
length           1258 core/MathUtils.cpp 			while (++index < s->length()) {
length           1269 core/MathUtils.cpp 		if (index < s->length() && (s[index] == 'e' || s[index] == 'E')) {
length           1273 core/MathUtils.cpp 			if (negexp && index >= s->length()) // fail if string ends in "e-" with no exponent value specified.
length           1276 core/MathUtils.cpp 			while (index < s->length()) {
length           1299 core/MathUtils.cpp 				if (index < s->length() && skipSpaces(s, index) == index)
length           1308 core/MathUtils.cpp 		if (index < s->length() && strict) {
length           1330 core/MathUtils.cpp 			while (index < s->length()) {
length           1368 core/MathUtils.cpp 			while (index < s->length())
length            759 core/MethodInfo.cpp         for(int32_t i = srcPos, n = srcPos+length; i < n; i++)
length            831 core/MethodInfo.cpp         for (int32_t i = destPos, n = destPos+length; i < n; i++)
length           1168 core/MethodInfo.cpp 			if (name && name->length() == 0) 
length            251 core/MethodInfo.h 		void boxLocals(FramePtr src, int32_t srcPos, Traits** traitArr, Atom* dest, int32_t destPos, int32_t length);
length            252 core/MethodInfo.h 		void unboxLocals(const Atom* src, int32_t srcPos, Traits** traitArr, FramePtr dest, int32_t destPos, int32_t length);
length             82 core/Namespace.cpp 		return (AvmCore::isName(m_prefix) && AvmCore::atomToString(m_prefix)->length()>0);
length             70 core/NamespaceClass.cpp 			if (p->length() && !u->length())
length             60 core/NativeObjectHelpers.h 		inline uint32 ClampIndex(double intValue, uint32 length)
length             65 core/NativeObjectHelpers.h 				if (intValue + length < 0.0) 
length             68 core/NativeObjectHelpers.h 					result = (uint32)(intValue + length);
length             70 core/NativeObjectHelpers.h 			else if (intValue > length) 
length             71 core/NativeObjectHelpers.h 				result = length;
length             80 core/NativeObjectHelpers.h 		inline uint32 ClampIndexInt(int intValue, uint32 length)
length             85 core/NativeObjectHelpers.h 				if (intValue + int(length) < 0) 
length             88 core/NativeObjectHelpers.h 					result = (uint32)(intValue + length);
length             90 core/NativeObjectHelpers.h 			else if (intValue > int(length)) 
length             91 core/NativeObjectHelpers.h 				result = length;
length             99 core/NativeObjectHelpers.h 		inline void ClampB(double& start, double& end, int32 length)
length            101 core/NativeObjectHelpers.h 			AvmAssert(length >= 0);
length            106 core/NativeObjectHelpers.h 			if (end >= length)
length            107 core/NativeObjectHelpers.h 				end = length;
length            112 core/NativeObjectHelpers.h 			if (start >= length)
length            113 core/NativeObjectHelpers.h 				start = length;
length            124 core/NativeObjectHelpers.h 			AvmAssert(start >= 0 && start <= length);
length            125 core/NativeObjectHelpers.h 			AvmAssert(end >= 0 && end <= length);
length            129 core/NativeObjectHelpers.h 		inline void ClampBInt(int& start, int& end, int32 length)
length            131 core/NativeObjectHelpers.h 			AvmAssert(length >= 0);
length            136 core/NativeObjectHelpers.h 			if (end >= length)
length            137 core/NativeObjectHelpers.h 				end = length;
length            142 core/NativeObjectHelpers.h 			if (start >= length)
length            143 core/NativeObjectHelpers.h 				start = length;
length            154 core/NativeObjectHelpers.h 			AvmAssert(start >= 0 && start <= length);
length            155 core/NativeObjectHelpers.h 			AvmAssert(end >= 0 && end <= length);
length             94 core/PrintWriter.cpp 		for (int32_t i = 0; i < s->length(); i++)
length             98 core/PrintWriter.cpp 			if (ch == '.' && i < s->length() - 1) {
length            191 core/PrintWriter.cpp 		for (int i=0, n=str_idx->length(); i<n; i++) 
length            258 core/RegExpObject.cpp 		bool isEmptyRE = m_source->length() == 0;
length            283 core/RegExpObject.cpp 			if (matchIndex+matchLen > utf8Subject.length()) {
length            301 core/RegExpObject.cpp 		if ((unsigned)n < limit && startIndex <= utf8Subject.length()) {
length            302 core/RegExpObject.cpp 			out->setUintProperty(n++, stringFromUTF8(utf8Subject.c_str()+startIndex, utf8Subject.length()-startIndex));
length            349 core/RegExpObject.cpp 		int subjectLength = utf8Subject.length();
length            380 core/RegExpObject.cpp 				int length = ovector[i*2 + 1] - ovector[i*2];
length            381 core/RegExpObject.cpp 				Atom match = stringFromUTF8(utf8Subject.c_str()+ovector[i*2], length);
length            406 core/RegExpObject.cpp 				int nameIndex, length;
length            408 core/RegExpObject.cpp 				length = ovector[nameIndex * 2 + 1] - ovector[ nameIndex * 2 ];
length            413 core/RegExpObject.cpp 				Atom value = stringFromUTF8(utf8Subject.c_str()+ovector[nameIndex*2], length);
length            480 core/RegExpObject.cpp 		int subjectLength = utf8Subject.length();
length            588 core/RegExpObject.cpp 		return stringFromUTF8((const char*)resultBuffer.c_str(), resultBuffer.length());
length            597 core/RegExpObject.cpp 		int subjectLength = utf8Subject.length();
length            667 core/RegExpObject.cpp 		return stringFromUTF8((const char*)resultBuffer.c_str(), resultBuffer.length());
length            201 core/StackTrace.cpp 		int length = filename->length();
length            207 core/StackTrace.cpp 		for (i=0; i<length; ++i) {
length            217 core/StackTrace.cpp 		for (i=0; i<length; ++i) {
length             57 core/StringBuffer.h 		int length() const { return m_length; }
length             92 core/StringBuffer.h 		int length() const { return m_stream.length(); }
length            224 core/StringClass.cpp 			out = String::concatStrings(out, subject->substring(index + searchString->length(), subject->length()));
length            252 core/StringClass.cpp 		if (in->length() == 0)
length            269 core/StringClass.cpp         int ilen = in->length();
length            270 core/StringClass.cpp         int dlen = delim->length();
length            286 core/StringClass.cpp 		while (start <= in->length())
length            293 core/StringClass.cpp 				bgn = in->length();
length            296 core/StringClass.cpp 			start = bgn + delim->length();
length            308 core/StringObject.cpp 	REALLY_INLINE String::String(const void* buffer, Width w, int32_t length, bool is7bit) :
length            314 core/StringObject.cpp 		m_length(length), 
length            323 core/StringObject.cpp 	REALLY_INLINE String::String(MMgc::GC* gc, void* buffer, Width w, int32_t length, int32_t charsLeft, bool is7bit) :
length            331 core/StringObject.cpp 		m_length(length), 
length            351 core/StringObject.cpp 	REALLY_INLINE String::String(MMgc::GC* gc, Stringp master, int32_t start, int32_t length) :
length            361 core/StringObject.cpp 		m_length(length), 
length            710 core/StringObject.cpp 		if (len != length())
length            726 core/StringObject.cpp 		if (len != length())
length            745 core/StringObject.cpp 		int32_t const len1 = this->length();
length            746 core/StringObject.cpp 		int32_t const len2 = that->length();
length            830 core/StringObject.cpp 		int32_t len = this->length();
length            836 core/StringObject.cpp 		int32_t sublen = substr->length();
length            904 core/StringObject.cpp 		int32_t len = this->length();
length            910 core/StringObject.cpp 		int32_t sublen = substr->length();
length           1057 core/StringObject.cpp 		return leftStr->_append(&rightStrKeeper, Pointers(rightStr), rightStr->length(), rightStr->getWidth());
length           1066 core/StringObject.cpp 		return _append(&rightStrKeeper, Pointers(rightStr), rightStr->length(), rightStr->getWidth());
length           1255 core/StringObject.cpp 		AvmAssert(start >= 0 && start <= this->length());
length           1256 core/StringObject.cpp 		AvmAssert(end >= 0 && end <= this->length());
length           1259 core/StringObject.cpp 		if (start == 0 && end == this->length())
length           2008 core/StringObject.cpp 		if (!this->length())
length           2067 core/StringObject.cpp 		for (int32_t i = 0 ; i < length(); i++)
length           2110 core/StringObject.cpp 		return indexOf(substr, MathUtils::toIntClamp(dStartPos, this->length()));
length           2122 core/StringObject.cpp 							MathUtils::toIntClamp(dStartPos, this->length()) :
length           2123 core/StringObject.cpp 							this->length();
length           2129 core/StringObject.cpp 		int len = this->length();
length           2160 core/StringObject.cpp 		int32_t len = this->length();
length           2175 core/StringObject.cpp 		NativeObjectHelpers::ClampBInt(start, end, this->length());
length           2183 core/StringObject.cpp 		NativeObjectHelpers::ClampB(start, end, length());
length           2194 core/StringObject.cpp 		int32_t len = this->length();
length           2219 core/StringObject.cpp 		return _charAt(MathUtils::toIntClamp(dPos, this->length()));
length           2244 core/StringObject.cpp 		return _charCodeAt(MathUtils::toIntClamp(dPos, this->length()));
length           2611 core/StringObject.cpp 		if (!str || !str->length())
length           2675 core/StringObject.cpp 			len = UnicodeUtils::Utf16ToUtf8(data, str->length(), NULL, 0);
length           2680 core/StringObject.cpp 			UnicodeUtils::Utf16ToUtf8(data, str->length(), (uint8_t*) dstBuf, len);
length           2692 core/StringObject.cpp 		if (!str || !str->length())
length           2742 core/StringObject.cpp 		m_indexable = (s->length() == this->length());	// can't init in init-list, generates warning :-(
length           2747 core/StringObject.cpp 		if (pos <= 0 || pos >= length() || m_indexable)
length           2791 core/StringObject.cpp 			if (i >= length())
length            191 core/StringObject.h 		REALLY_INLINE	int32_t		length() const { return m_length; }
length            574 core/StringObject.h 		REALLY_INLINE				String(const void* buffer, Width w, int32_t length, bool is7bit);
length            576 core/StringObject.h 		REALLY_INLINE				String(MMgc::GC* gc, void* buffer, Width w, int32_t length, int32_t charsLeft, bool is7bit);
length            578 core/StringObject.h 		REALLY_INLINE				String(MMgc::GC* gc, Stringp master, int32_t start, int32_t length);
length            637 core/StringObject.h   			AvmAssert(index >= 0 && index < m_str->length());
length            667 core/StringObject.h 		REALLY_INLINE	int32_t		length() const { return m_length; }
length            692 core/StringObject.h 		REALLY_INLINE	int32_t			length() const { return m_length; }
length            311 core/Toplevel.cpp 			Stringp news = s->substring(1, s->length());
length            410 core/Toplevel.cpp 			if ((s->length() == 1) && (s->charAt(0) == '*'))
length            415 core/Toplevel.cpp 			else if ((s->length() >= 1) && (s->charAt(0) == '@'))
length            423 core/Toplevel.cpp 					if ((s->length() == 2) && (s->charAt(1) == '*'))
length            426 core/Toplevel.cpp 						out.setName(core->internString(s->substring(1, s->length())));
length            893 core/Toplevel.cpp 		for (int i=0, n=in->length(); i<n; i++) {
length            918 core/Toplevel.cpp 		for (int i=0, n=inputUTF8.length(); i<n; i++) {
length            978 core/Toplevel.cpp 		while (pos < in->length())
length            985 core/Toplevel.cpp 				if (pos <= (in->length() - 5) && str[pos] == 'u')
length            990 core/Toplevel.cpp 				if ((pos + len) <= in->length())
length           1020 core/Toplevel.cpp 		int len = in->length();
length           1063 core/Toplevel.cpp 		int length = in->length();
length           1064 core/Toplevel.cpp 		wchar *out = (wchar*) core->GetGC()->Alloc(length*2+1); // decoded result is at most length wchar chars long
length           1067 core/Toplevel.cpp 		for (int k = 0; k < length; k++) {
length           1071 core/Toplevel.cpp 				if ((k + 2) >= length) {
length           1102 core/Toplevel.cpp 					if (k + 3*(n-1) >= length) {
length           1860 core/Traits.cpp         int length = buffer.length();
length           1861 core/Traits.cpp         if (length && buffer.c_str()[length-1] == '$') 
length           1863 core/Traits.cpp             length--;
length           1868 core/Traits.cpp         _fullname = core->newStringUTF8(buffer.c_str(), length);
length            285 core/TypeDescriber.cpp 						if (ns->getURI()->length() > 0 && nsremoval.indexOf(ns) < 0)
length            420 core/TypeDescriber.cpp 					{ kstrid_uri, strAtom(nsuri->length() == 0 ? NULL : nsuri) },
length             84 core/VectorClass.cpp 				if( s->length() > 0 && c >= '0' && c <= '9' )
length            317 core/VectorClass.cpp 	IntVectorObject* IntVectorClass::newVector(uint32 length)
length            322 core/VectorClass.cpp 		v->set_length(length);
length            327 core/VectorClass.cpp 	VectorBaseObject* IntVectorObject::newVector(uint32 length)
length            329 core/VectorClass.cpp 		return toplevel()->intVectorClass->newVector(length);
length            366 core/VectorClass.cpp 	UIntVectorObject* UIntVectorClass::newVector(uint32 length)
length            371 core/VectorClass.cpp 		v->set_length(length);
length            375 core/VectorClass.cpp 	VectorBaseObject* UIntVectorObject::newVector(uint32 length)
length            377 core/VectorClass.cpp 		return toplevel()->uintVectorClass->newVector(length);
length            414 core/VectorClass.cpp 	DoubleVectorObject* DoubleVectorClass::newVector(uint32 length)
length            419 core/VectorClass.cpp 		v->set_length(length);
length            423 core/VectorClass.cpp 	VectorBaseObject* DoubleVectorObject::newVector(uint32 length)
length            425 core/VectorClass.cpp 		return toplevel()->doubleVectorClass->newVector(length);
length            517 core/VectorClass.cpp 	ObjectVectorObject* VectorClass::newVector(ClassClosure* type, uint32 length)
length            522 core/VectorClass.cpp 		return vecclass->newVector(length);
length            545 core/VectorClass.cpp 	ObjectVectorObject* ObjectVectorClass::newVector(uint32 length)
length            551 core/VectorClass.cpp 		v->set_length(length);
length            678 core/VectorClass.cpp 	VectorBaseObject* ObjectVectorObject::newVector(uint32 length)
length            683 core/VectorClass.cpp 		return vecclass->newVector(length);
length             92 core/VectorClass.h 		virtual VectorBaseObject* newVector(uint32 length = 0) = 0;
length            441 core/VectorClass.h 		virtual VectorBaseObject* newVector(uint32 length = 0);
length            457 core/VectorClass.h 		virtual VectorBaseObject* newVector(uint32 length = 0);
length            473 core/VectorClass.h 		virtual VectorBaseObject* newVector(uint32 length = 0);
length            518 core/VectorClass.h 		virtual VectorBaseObject* newVector(uint32 length = 0);
length            541 core/VectorClass.h 		IntVectorObject* newVector(uint32 length = 0);
length            560 core/VectorClass.h 		UIntVectorObject* newVector(uint32 length = 0);
length            579 core/VectorClass.h 		DoubleVectorObject* newVector(uint32 length = 0);
length            606 core/VectorClass.h 		ObjectVectorObject* newVector(ClassClosure* type, uint32 length = 0);
length            628 core/VectorClass.h 		ObjectVectorObject* newVector(uint32 length = 0);
length             83 core/XMLListClass.cpp 			if (s->matchesLatin1("<>", 2, 0) && s->matchesLatin1("</>", 3, s->length()-3))
length             84 core/XMLListClass.cpp 				s = s->substr(2, s->length() - 5);
length           1127 core/XMLListObject.cpp 				if (xn->getValue()->length() == 0)
length            218 core/XMLListObject.h 		inline uint32 length () const { return AS3_length (); }	
length            184 core/XMLObject.cpp 							parentName->Compare(*tag.text, nodeNameStart, tag.text->length()-nodeNameStart) != 0 && 
length            264 core/XMLObject.cpp 				if (tag.text->length() < 32)
length            298 core/XMLObject.cpp 						val  = tag.text->substring(space, tag.text->length());
length            380 core/XMLObject.cpp 		int32_t const nodeNameLength = nodeName->length() - nodeNameStart;
length            385 core/XMLObject.cpp 			int prefixLen = parentNSName->length();
length            388 core/XMLObject.cpp 			int totalLen = prefixLen + 1 + parentName->length(); // + 1 for ':' separator
length            794 core/XMLObject.cpp 			if (s->length())
length             69 core/XMLParser16.cpp 		while (start < text->length() && String::isSpace(str[start]))
length             72 core/XMLParser16.cpp 		int32_t end = text->length() - 1;
length            108 core/XMLParser16.cpp 				m_pos = m_str->length();
length            225 core/XMLParser16.cpp 			if (ch == '/' && (m_pos < m_str->length() - 1) && m_str[m_pos+1] == '>')
length            251 core/XMLParser16.cpp 			if (ch == '/' && (m_pos < m_str->length() - 1) && m_str[m_pos+1] == '>')
length            137 core/XMLParser16.h 		inline	bool			atEnd() const { return (m_pos >= m_str->length()); }
length            270 core/avmplusDebugger.cpp 				if (fname && (fname->length() > 0) )
length            175 eval/eval-abc.cpp 			uint32_t length = 0;
length            180 eval/eval-abc.cpp 				length++;
length            184 eval/eval-abc.cpp 				if (length == nsss->hd->length) {
length            185 eval/eval-abc.cpp 					for ( tmp=nss, j=0 ; j < length ; tmp=tmp->tl, j++ )
length            193 eval/eval-abc.cpp 			ABCNamespaceSetInfo* info = new (allocator->alloc(sizeof(ABCNamespaceSetInfo) + (length-1)*sizeof(uint32_t))) ABCNamespaceSetInfo(length);
length            194 eval/eval-abc.cpp 			nssetBuf.emitU30(length);
length            615 eval/eval-abc.cpp 				bs.uint30(interfaces.length);
length            616 eval/eval-abc.cpp 				for ( i=0, limit=interfaces.length ; i < limit ; i++ ) {
length            621 eval/eval-abc.cpp 				bs.uint30(traits.length);
length            622 eval/eval-abc.cpp 				for ( i=0, limit=traits.length ; i < limit ; i++ )
length            643 eval/eval-abc.cpp 				bs.uint30(traits.length);
length            644 eval/eval-abc.cpp 				for ( let i=0, limit=traits.length ; i < limit ; i++ )
length            299 eval/eval-abc.h 	ABCNamespaceSetInfo(uint32_t length) : length(length) {}
length            300 eval/eval-abc.h 	const uint32_t length;
length             85 eval/eval-avmplus.cpp 		wchar *s = new wchar[str.length()];
length             86 eval/eval-avmplus.cpp 		memcpy(s, str.c_str(), str.length()*sizeof(wchar));
length             87 eval/eval-avmplus.cpp 		*inputlen = str.length();
length            138 eval/eval-avmplus.cpp 		AvmAssert(src.c_str()[src.length()-1] == 0);
length            139 eval/eval-avmplus.cpp 		RTC::Compiler compiler(&context, filename == NULL ? NULL : fn.c_str(), src.c_str(), src.length());
length            522 eval/eval-cogen-expr.cpp 			const wchar* t = s + value->length - 1;
length            532 eval/eval-cogen-expr.cpp 			cogen->I_pushstring(cogen->emitString(compiler->intern(t+1, uint32_t(value->length-(t-s+1)))));
length            235 eval/eval-compile.cpp 					if (p->length == nchars)
length            248 eval/eval-compile.cpp 			str->length = nchars;
length           1390 eval/eval-lex.cpp 				uint32_t textlen = s2.length();
length           1399 eval/eval-lex.cpp 			if (s.length() == 0)
length            105 eval/eval-parse-xml.cpp 			if (text.length() > 0) {
length            166 eval/eval-util.cpp 			append(other->s, other->s + other->length);
length            287 eval/eval-util.cpp 			int chars = int(s->length < limit-1 ? s->length : limit-1);
length            379 eval/eval-util.cpp 			for ( wchar *s=str->s, *l=str->s + str->length ; s < l ; s++ ) {
length            393 eval/eval-util.cpp 			for ( wchar *s=str->s, *l=str->s + str->length ; s < l ; s++ ) {
length             50 eval/eval-util.h 	uint32_t	length;		// number of chars excluding NUL
length            101 eval/eval-util.h 	uint32_t length();
length            320 extensions/JavaGlue.cpp 				if ( s->Equals(core->klength->c_str(), core->klength->length()) )
length           1057 extensions/JavaGlue.cpp 		jstring jstr = jni->NewString( name->c_str(), name->length() );
length           1067 extensions/JavaGlue.cpp 		if (len == s2->length())
length           1357 extensions/JavaGlue.cpp 				jstring jstr = jni->NewString(*str, str->length());
length           1552 extensions/JavaGlue.cpp 			DWORD length = sizeof(val)*sizeof(TCHAR);
length           1553 extensions/JavaGlue.cpp 			err = RegQueryValueEx(hKey, JRE_KEY, NULL, NULL, (LPBYTE)val, &length);
length            321 other-licenses/zlib/deflate.c     uInt length = dictLength;
length            334 other-licenses/zlib/deflate.c     if (length < MIN_MATCH) return Z_OK;
length            335 other-licenses/zlib/deflate.c     if (length > MAX_DIST(s)) {
length            336 other-licenses/zlib/deflate.c         length = MAX_DIST(s);
length            337 other-licenses/zlib/deflate.c         dictionary += dictLength - length; /* use the tail of the dictionary */
length            339 other-licenses/zlib/deflate.c     zmemcpy(s->window, dictionary, length);
length            340 other-licenses/zlib/deflate.c     s->strstart = length;
length            341 other-licenses/zlib/deflate.c     s->block_start = (long)length;
length            349 other-licenses/zlib/deflate.c     for (n = 0; n <= length - MIN_MATCH; n++) {
length           1239 other-licenses/zlib/deflate.c                 s->window + start, length) != EQUAL) {
length           1241 other-licenses/zlib/deflate.c                 start, match, length);
length           1244 other-licenses/zlib/deflate.c         } while (--length != 0);
length           1248 other-licenses/zlib/deflate.c         fprintf(stderr,"\\[%d,%d]", start-match, length);
length           1249 other-licenses/zlib/deflate.c         do { putc(s->window[start++], stderr); } while (--length != 0);
length            316 other-licenses/zlib/deflate.h   { uch len = (length); \
length            328 other-licenses/zlib/deflate.h               flush = _tr_tally(s, distance, length)
length            326 other-licenses/zlib/infback.c             state->length = (unsigned)hold & 0xffff;
length            328 other-licenses/zlib/infback.c                     state->length));
length            332 other-licenses/zlib/infback.c             while (state->length != 0) {
length            333 other-licenses/zlib/infback.c                 copy = state->length;
length            343 other-licenses/zlib/infback.c                 state->length -= copy;
length            492 other-licenses/zlib/infback.c             state->length = (unsigned)this.val;
length            500 other-licenses/zlib/infback.c                 *put++ = (unsigned char)(state->length);
length            524 other-licenses/zlib/infback.c                 state->length += BITS(state->extra);
length            527 other-licenses/zlib/infback.c             Tracevv((stderr, "inflate:         length %u\n", state->length));
length            580 other-licenses/zlib/infback.c                 if (copy > state->length) copy = state->length;
length            581 other-licenses/zlib/infback.c                 state->length -= copy;
length            586 other-licenses/zlib/infback.c             } while (state->length != 0);
length            671 other-licenses/zlib/inflate.c                 state->length = (unsigned)(hold);
length            682 other-licenses/zlib/inflate.c                 copy = state->length;
length            687 other-licenses/zlib/inflate.c                         len = state->head->extra_len - state->length;
length            696 other-licenses/zlib/inflate.c                     state->length -= copy;
length            698 other-licenses/zlib/inflate.c                 if (state->length) goto inf_leave;
length            700 other-licenses/zlib/inflate.c             state->length = 0;
length            710 other-licenses/zlib/inflate.c                             state->length < state->head->name_max)
length            711 other-licenses/zlib/inflate.c                         state->head->name[state->length++] = len;
length            721 other-licenses/zlib/inflate.c             state->length = 0;
length            731 other-licenses/zlib/inflate.c                             state->length < state->head->comm_max)
length            732 other-licenses/zlib/inflate.c                         state->head->comment[state->length++] = len;
length            815 other-licenses/zlib/inflate.c             state->length = (unsigned)hold & 0xffff;
length            817 other-licenses/zlib/inflate.c                     state->length));
length            821 other-licenses/zlib/inflate.c             copy = state->length;
length            831 other-licenses/zlib/inflate.c                 state->length -= copy;
length            973 other-licenses/zlib/inflate.c             state->length = (unsigned)this.val;
length            996 other-licenses/zlib/inflate.c                 state->length += BITS(state->extra);
length            999 other-licenses/zlib/inflate.c             Tracevv((stderr, "inflate:         length %u\n", state->length));
length           1057 other-licenses/zlib/inflate.c                 if (copy > state->length) copy = state->length;
length           1061 other-licenses/zlib/inflate.c                 copy = state->length;
length           1065 other-licenses/zlib/inflate.c             state->length -= copy;
length           1069 other-licenses/zlib/inflate.c             if (state->length == 0) state->mode = LEN;
length           1073 other-licenses/zlib/inflate.c             *put++ = (unsigned char)(state->length);
length             97 other-licenses/zlib/inflate.h     unsigned length;            /* literal or length of data to copy */
length            197 other-licenses/zlib/trees.c     Tracevv((stderr," l %2d v %4x ", length, value));
length            198 other-licenses/zlib/trees.c     Assert(length > 0 && length <= 15, "invalid length");
length            199 other-licenses/zlib/trees.c     s->bits_sent += (ulg)length;
length            205 other-licenses/zlib/trees.c     if (s->bi_valid > (int)Buf_size - length) {
length            209 other-licenses/zlib/trees.c         s->bi_valid += length - Buf_size;
length            212 other-licenses/zlib/trees.c         s->bi_valid += length;
length            218 other-licenses/zlib/trees.c { int len = length;\
length            244 other-licenses/zlib/trees.c     int length;   /* length value */
length            260 other-licenses/zlib/trees.c     length = 0;
length            262 other-licenses/zlib/trees.c         base_length[code] = length;
length            264 other-licenses/zlib/trees.c             _length_code[length++] = (uch)code;
length            267 other-licenses/zlib/trees.c     Assert (length == 256, "tr_static_init: length != 256");
length            272 other-licenses/zlib/trees.c     _length_code[length-1] = (uch)code;
length           1326 pcre/pcre_compile.cpp   int length;
length           1334 pcre/pcre_compile.cpp   ITEM.length = -1; \
length           1354 pcre/pcre_compile.cpp   int length = work_item.length;
length           1379 pcre/pcre_compile.cpp       work_item.length = length;
length           1408 pcre/pcre_compile.cpp       if (length < 0) length = branchlength;
length           1410 pcre/pcre_compile.cpp       else if (length != branchlength)
length           1416 pcre/pcre_compile.cpp           { return length; }
length           2162 pcre/pcre_compile.cpp int length = ptr - cd->start_pattern - GET(previous_callout, 2);
length           2163 pcre/pcre_compile.cpp PUT(previous_callout, 2 + LINK_SIZE, length);
length           5515 pcre/pcre_compile.cpp int length;
length           5534 pcre/pcre_compile.cpp length = 2 + 2*LINK_SIZE + skipbytes;
length           5562 pcre/pcre_compile.cpp     length += 2;
length           5572 pcre/pcre_compile.cpp     length += 1 + LINK_SIZE;
length           5579 pcre/pcre_compile.cpp         &branchreqbyte, &bc, cd, (lengthptr == NULL)? NULL : &length))
length           5689 pcre/pcre_compile.cpp       length += 2;
length           5704 pcre/pcre_compile.cpp       if (OFLOW_MAX - *lengthptr < length)
length           5709 pcre/pcre_compile.cpp       *lengthptr += length;
length           5726 pcre/pcre_compile.cpp     length += 1 + LINK_SIZE;
length           6115 pcre/pcre_compile.cpp int length = 1;  /* For final END opcode */
length           6300 pcre/pcre_compile.cpp   &length);
length           6303 pcre/pcre_compile.cpp DPRINTF(("end pre-compile: length=%d workspace=%d\n", length,
length           6306 pcre/pcre_compile.cpp if (length > MAX_PATTERN_SIZE)
length           6317 pcre/pcre_compile.cpp size = length + sizeof(real_pcre) + cd->names_found * (cd->name_entry_size + 3);
length           6386 pcre/pcre_compile.cpp if (code - codestart > length) errorcode = ERR23;
length           6471 pcre/pcre_compile.cpp   length, re->top_bracket, re->top_backref);
length           6498 pcre/pcre_compile.cpp if (code - codestart > length)
length            192 pcre/pcre_dfa_exec.cpp while (length-- > 0)
length            433 pcre/pcre_dfa_exec.cpp     int length = 1 + LINK_SIZE +
length            437 pcre/pcre_dfa_exec.cpp       ADD_NEW(end_code - start_code + length, 0);
length            439 pcre/pcre_dfa_exec.cpp       length = 1 + LINK_SIZE;
length           2556 pcre/pcre_dfa_exec.cpp end_subject = (const unsigned char *)subject + length;
length           2623 pcre/pcre_dfa_exec.cpp   if (_pcre_valid_utf8((uschar *)subject, length) >= 0)
length           2625 pcre/pcre_dfa_exec.cpp   if (start_offset > 0 && start_offset < length)
length            117 pcre/pcre_exec.cpp if (is_subject && length > md->end_subject - p) length = md->end_subject - p;
length            118 pcre/pcre_exec.cpp while (length-- > 0)
length            159 pcre/pcre_exec.cpp   pchars(eptr, length, TRUE, md);
length            162 pcre/pcre_exec.cpp pchars(p, length, FALSE, md);
length            168 pcre/pcre_exec.cpp if (length > md->end_subject - eptr) return FALSE;
length            174 pcre/pcre_exec.cpp   while (length-- > 0)
length            178 pcre/pcre_exec.cpp   { while (length-- > 0) if (*p++ != *eptr++) return FALSE; }
length            554 pcre/pcre_exec.cpp int length;
length           1831 pcre/pcre_exec.cpp 		  length = 0;
length           1833 pcre/pcre_exec.cpp       length = (offset >= offset_top || md->offset_vector[offset] < 0)?
length           1864 pcre/pcre_exec.cpp         if (!match_ref(offset, eptr, length, md, ims)) RRETURN(MATCH_NOMATCH);
length           1865 pcre/pcre_exec.cpp         eptr += length;
length           1872 pcre/pcre_exec.cpp       if (length == 0) continue;
length           1880 pcre/pcre_exec.cpp         if (!match_ref(offset, eptr, length, md, ims)) RRETURN(MATCH_NOMATCH);
length           1881 pcre/pcre_exec.cpp         eptr += length;
length           1897 pcre/pcre_exec.cpp           if (fi >= max || !match_ref(offset, eptr, length, md, ims))
length           1899 pcre/pcre_exec.cpp           eptr += length;
length           1911 pcre/pcre_exec.cpp           if (!match_ref(offset, eptr, length, md, ims)) break;
length           1912 pcre/pcre_exec.cpp           eptr += length;
length           1918 pcre/pcre_exec.cpp           eptr -= length;
length           2210 pcre/pcre_exec.cpp       length = 1;
length           2212 pcre/pcre_exec.cpp       GETCHARLEN(fc, ecode, length);
length           2213 pcre/pcre_exec.cpp       if (length > md->end_subject - eptr) RRETURN(MATCH_NOMATCH);
length           2214 pcre/pcre_exec.cpp       while (length-- > 0) if (*ecode++ != *eptr++) RRETURN(MATCH_NOMATCH);
length           2233 pcre/pcre_exec.cpp       length = 1;
length           2235 pcre/pcre_exec.cpp       GETCHARLEN(fc, ecode, length);
length           2237 pcre/pcre_exec.cpp       if (length > md->end_subject - eptr) RRETURN(MATCH_NOMATCH);
length           2253 pcre/pcre_exec.cpp         ecode += length;
length           2338 pcre/pcre_exec.cpp       length = 1;
length           2340 pcre/pcre_exec.cpp       GETCHARLEN(fc, ecode, length);
length           2341 pcre/pcre_exec.cpp       if (min * length > md->end_subject - eptr) RRETURN(MATCH_NOMATCH);
length           2342 pcre/pcre_exec.cpp       ecode += length;
length           2347 pcre/pcre_exec.cpp       if (length > 1)
length           2359 pcre/pcre_exec.cpp           if (VMPI_memcmp(eptr, charptr, length) == 0) eptr += length;
length           2382 pcre/pcre_exec.cpp             if (VMPI_memcmp(eptr, charptr, length) == 0) eptr += length;
length           2403 pcre/pcre_exec.cpp             if (eptr > md->end_subject - length) break;
length           2404 pcre/pcre_exec.cpp             if (VMPI_memcmp(eptr, charptr, length) == 0) eptr += length;
length           2427 pcre/pcre_exec.cpp            eptr -= length;
length           4606 pcre/pcre_exec.cpp md->end_subject = md->start_subject + length;
length           4675 pcre/pcre_exec.cpp   if (_pcre_valid_utf8((uschar *)subject, length) >= 0)
length           4677 pcre/pcre_exec.cpp   if (start_offset > 0 && start_offset < length)
length            156 pcre/pcre_scanner.cc     int length = input_.data() - start_data;
length            157 pcre/pcre_scanner.cc     if (length > 0) {
length            158 pcre/pcre_scanner.cc       comments_->push_back(StringPiece(start_data, length));
length             83 pcre/pcre_valid_utf8.cpp if (length < 0)
length             86 pcre/pcre_valid_utf8.cpp   length = p - string;
length             89 pcre/pcre_valid_utf8.cpp for (p = string; length-- > 0; p++)
length             96 pcre/pcre_valid_utf8.cpp   if (length < ab || ab > 3) return p - string;
length             97 pcre/pcre_valid_utf8.cpp   length -= ab;
length            364 pcre/pcrecpp.cc   for (; start <= static_cast<int>(str->length()); count++) {
length            379 pcre/pcrecpp.cc       if (start+1 < static_cast<int>(str->length()) &&
length            387 pcre/pcrecpp.cc         while (matchend < static_cast<int>(str->length()) &&
length            392 pcre/pcrecpp.cc       if (matchend <= static_cast<int>(str->length()))
length            407 pcre/pcrecpp.cc   if (start < static_cast<int>(str->length()))
length            408 pcre/pcrecpp.cc     out.append(*str, start, str->length() - start);
length            848 pcre/pcregrep.cpp   size_t length, linelength;
length            859 pcre/pcregrep.cpp   length = multiline? (size_t)(endptr - ptr) : linelength;
length            873 pcre/pcregrep.cpp           unsigned long newlen = length * jfriedl_XT + strlen(jfriedl_prefix) + strlen(jfriedl_postfix);
length            883 pcre/pcregrep.cpp                   strncpy(endptr, orig,  length);
length            884 pcre/pcregrep.cpp                   endptr += length;
length            887 pcre/pcregrep.cpp           length = newlen;
length            895 pcre/pcregrep.cpp           match = (pcre_exec(pattern_list[0], hints_list[0], ptr, length, 0, 0, offsets, 99) >= 0);
length            915 pcre/pcregrep.cpp     mrc = pcre_exec(pattern_list[i], hints_list[i], ptr, length, 0, 0,
length            185 pcre/pcreposix.cpp size_t length, addlength;
length            189 pcre/pcreposix.cpp length = strlen(message) + 1;
length            197 pcre/pcreposix.cpp   if (addlength > 0 && errbuf_size >= length + addlength)
length            206 pcre/pcreposix.cpp return length + addlength;
length            395 pcre/pcretest.cpp while (length-- > 0)
length            402 pcre/pcretest.cpp     if (rc > 0 && rc <= length + 1)   /* Mustn't run over the end */
length            404 pcre/pcretest.cpp       length -= rc - 1;
length            136 platform/win32/Vtune.cpp        if (!str->length()) return 0;
length            178 platform/win32/Vtune.cpp        idx[3] = name->length()-2; // get rid of paren
length            248 platform/win32/Vtune.cpp 		ML.source_file_name = (char *)(malloc((utf->length()+3)*sizeof(char)));   // +1 for \0 and +2 for wtoc's ()
length            567 shell/ByteArrayGlue.cpp 		if (length == 0) {
length            568 shell/ByteArrayGlue.cpp 			length = bytes->getLength() - offset;
length            573 shell/ByteArrayGlue.cpp 								   length);
length            582 shell/ByteArrayGlue.cpp 		if (length == 0) {
length            583 shell/ByteArrayGlue.cpp 			length = m_byteArray.Available();
length            588 shell/ByteArrayGlue.cpp 								  length);
length            598 shell/ByteArrayGlue.cpp 		return m_byteArray.ReadUTFBytes(length);
length            133 shell/ByteArrayGlue.h 		void readBytes(ByteArrayObject *bytes, uint32_t offset, uint32_t length);
length            134 shell/ByteArrayGlue.h 		void writeBytes(ByteArrayObject *bytes, uint32_t offset, uint32_t length);
length            162 shell/ByteArrayGlue.h 		String* readUTFBytes(uint32_t length);		
length            103 shell/DataIO.cpp 		CheckEOF(length);
length            105 shell/DataIO.cpp 		char *buffer = mmfx_new_array_opt( char, length+1, MMgc::kCanFail );
length            110 shell/DataIO.cpp 		Read(buffer, length);
length            111 shell/DataIO.cpp 		buffer[length] = 0;
length            116 shell/DataIO.cpp 		if (length >= 3 && (unsigned char)buffer[0] == 0xEF && (unsigned char)buffer[1] == 0xBB && (unsigned char)buffer[2] == 0xBF) 
length            226 shell/DataIO.cpp 		uint32_t length = utf8.length();
length            227 shell/DataIO.cpp 		if (length > 65535) {
length            230 shell/DataIO.cpp 		WriteU16((unsigned short)length);
length            231 shell/DataIO.cpp 		Write(utf8.c_str(), length*sizeof(char));
length            237 shell/DataIO.cpp 		int len = utf8.length();
length            156 shell/DataIO.h 		String* ReadUTFBytes(uint32_t length);
length            713 shell/DebugCLI.cpp 		if (f.valid() && ((uint64_t)file->length() < UINT32_T_MAX)) { //cannot handle files > 4GB
length            138 shell/DomainClass.cpp 			className = core->internString(name->substring(dot+1, name->length()));
length            161 shell/FileClass.cpp 		if ((int32_t)fp->write(dataUTF8.c_str(), dataUTF8.length()) != dataUTF8.length()) {
length             71 shell/FileInputStream.h 		int64_t length() const { return len; }
length            242 shell/ShellCore.cpp 		if (!f.valid() || (uint64_t) f.length() >= UINT32_T_MAX)
length            308 shell/ShellCore.cpp 		file.seek(file.length() - 8);
length            317 shell/ShellCore.cpp 		file.seek(file.length() - 8 - abcLength);
length            332 shell/ShellCore.cpp 		file.seek(file.length() - 8);
length            481 shell/ShellCore.cpp 		bool isValid = f.valid() && ((uint64_t)f.length() < UINT32_T_MAX); //currently we cannot read files > 4GB
length            111 shell/SystemClass.cpp 			for (int j = 0; j < s->length(); j++)
length            119 shell/SystemClass.cpp 					if (((j+1) < s->length()) && s[j+1] == '\n')
length             88 utils/abcasm/src/abcasm/AbcEmitter.java 			w.writeU30(s.length());
length            102 utils/abcasm/src/abcasm/AbcEmitter.java 			w.writeU30(nsset.length());
length            121 utils/abcasm/src/abcasm/Main.java 			if ( last_dot == (asmFile.length() - 4) && asmFile.substring(last_dot).equalsIgnoreCase(".abs") )
length             70 utils/abcasm/src/abcasm/Namespace.java 		if ( name.length() > 0 )
length            140 utils/superwordprof.c     unsigned length;
length            942 utils/superwordprof.c 	    if (seqs[j].length < seqs[i].length) {
length            943 utils/superwordprof.c 		for ( ki=seqs[i].length-1, kj=seqs[j].length-1 ; kj >= 0 && seqs[i].opcode[ki] == seqs[j].opcode[kj] ; ki--, kj-- )
length            989 utils/superwordprof.c     l=seqs[i].length;
length            991 utils/superwordprof.c 	if (seqs[j].suffix || seqs[j].length < l) 
length           1012 utils/superwordprof.c 	for ( j=0 ; j < seqs[i].length ; j++ ) {
length           1025 utils/superwordprof.c 	for ( j=0 ; j < seqs[i].length ; j++ )
length           1029 utils/superwordprof.c     for ( j=0 ; j < seqs[i].length ; j++ )
length           1085 utils/superwordprof.c 	seq->length = level;
length           1109 utils/superwordprof.c     return ((seq_t*)b)->length - ((seq_t*)a)->length;