Home | History | Annotate | Download | only in codesighs

Lines Matching refs:arrayCount

693             unsigned arrayCount = 0;
713 arrayCount = 0;
723 objArray[arrayCount] = theObject;
724 symArray[arrayCount] = theSymbol;
725 arrayCount++;
733 for(arrayLoop = 0; arrayLoop < arrayCount; arrayLoop++)
751 for(lookLoop = arrayLoop; lookLoop < arrayCount; lookLoop++)