Lines Matching refs:i

65         for ( int i=0; i<aProperties.length; i++ )  in getPropertyByName()
66 if ( aProperties[i].Name.equals( aName ) ) in getPropertyByName()
67 return aProperties[i]; in getPropertyByName()
73 for ( int i=0; i<aProperties.length; i++ ) in hasPropertyByName()
74 if ( aProperties[i].Name.equals( aName ) ) in hasPropertyByName()
192 for ( int i=0; i<nCount; i++ ) in getByName()
193 if ( aName.equals( ExampleSettings.getMemberName( i ) ) ) in getByName()
195 if ( aMembers[i] == null ) in getByName()
196 aMembers[i] = new ExampleMember( aSettings, nDimension, i ); in getByName()
197 return aMembers[i]; in getByName()
206 for ( int i=0; i<nCount; i++ ) in getElementNames()
207 aNames[i] = ExampleSettings.getMemberName( i ); in getElementNames()
214 for ( int i=0; i<nCount; i++ ) in hasByName()
215 if ( aName.equals( ExampleSettings.getMemberName( i ) ) ) in hasByName()
281 for ( int i=0; i<nDimensions; i++ ) in getResults()
283 if ( i < nPosition ) in getResults()
285 else if ( i > nPosition ) in getResults()
713 for (int i=0; i<ExampleSettings.nDimensionCount; i++) in getByName()
714 if ( aName.equals( ExampleSettings.aDimensionNames[i] ) ) in getByName()
718 if ( aDimensions[i] == null ) in getByName()
719 aDimensions[i] = new ExampleDimension( aSettings, i ); in getByName()
720 return aDimensions[i]; in getByName()
728 for (int i=0; i<ExampleSettings.nDimensionCount; i++) in getElementNames()
729 aNames[ i ] = ExampleSettings.aDimensionNames[i]; in getElementNames()
735 for (int i=0; i<ExampleSettings.nDimensionCount; i++) in hasByName()
736 if ( aName.equals( ExampleSettings.aDimensionNames[i] ) ) in hasByName()
807 for (int i=0; i<ExampleSettings.nDimensionCount; i++) in getResults()
809 nDigits[i] = nValue; in getResults()
818 for (int i=0; i<nRowDimCount; i++) in getResults()
821 for (int i=0; i<nColDimCount; i++) in getResults()