Lines Matching refs:length

106 			if ( nSize != pBytes.length )  in WriteBytesToStream()
245 if ( aStorRels.length != aTestRels.length ) in checkRelations()
251 for ( int nStorInd = 0; nStorInd < aStorRels.length; nStorInd++ ) in checkRelations()
254 for ( int nStorTagInd = 0; nStorTagInd < aStorRels[nStorInd].length; nStorTagInd++ ) in checkRelations()
269 for ( int nInd = 0; nInd < aTestRels.length; nInd++ ) in checkRelations()
272 for ( int nTagInd = 0; nTagInd < aTestRels[nInd].length; nTagInd++ ) in checkRelations()
283 …D, num = " + nInd + ", length = " + aTestRels[nInd].length + ", global length = " + aTestRels.leng… in checkRelations()
289 boolean[] pRelCheckMark = new boolean[ aTestRels[nInd].length ]; in checkRelations()
290 for ( int nCheckInd = 0; nCheckInd < pRelCheckMark.length; nCheckInd++ ) in checkRelations()
295 for ( int nStorTagInd = 0; nStorTagInd < aStorRels[nStorInd].length; nStorTagInd++ ) in checkRelations()
298 for ( int nTagInd = 0; nTagInd < aTestRels[nInd].length; nTagInd++ ) in checkRelations()
321 for ( int nCheckInd = 0; nCheckInd < pRelCheckMark.length; nCheckInd++ ) in checkRelations()
429 xInput.readBytes( pContents, pBytes.length + 1 ); in InternalCheckStream()
438 if ( pContents.length == 0 ) in InternalCheckStream()
444 if ( pBytes.length != pContents[0].length ) in InternalCheckStream()
446 …+ sName + "' contains wrong amount of data! (" + pContents[0].length + "/" + pBytes.length + ")" ); in InternalCheckStream()
451 for ( int ind = 0; ind < pBytes.length; ind++ ) in InternalCheckStream()
482 if ( nPropSize != pBytes.length ) in InternalCheckStream()
1109 for ( int nInd1 = 0; nInd1 < aRels.length; nInd1++ ) in PrintRelations()
1111 for ( int nInd2 = 0; nInd2 < aRels[nInd1].length; nInd2++ ) in PrintRelations()