Lines Matching refs:i
225 for( int i = 0; i < atomClasses.getLength(); i++ ) in getClasses() local
227 aRet.getArray()[i] = getClass( atomClasses.getConstArray()[i] ); in getClasses()
240 for( int i = aRet.getLength()-1; i >= 0; i-- ) in getClass() local
242 aRet.getArray()[i].atom = atoms.back().atom; in getClass()
243 aRet.getArray()[i].description = atoms.back().description; in getClass()
258 for( int i = aRet.getLength()-1; i >= 0; i-- ) in getRecentAtoms() local
260 aRet.getArray()[i].atom = atoms.back().atom; in getRecentAtoms()
261 aRet.getArray()[i].description = atoms.back().description; in getRecentAtoms()
272 int nStrings = 0, i; in getAtomDescriptions() local
273 for( i = 0; i < atoms.getLength(); i++ ) in getAtomDescriptions()
274 nStrings += atoms.getConstArray()[ i ].atoms.getLength(); in getAtomDescriptions()
276 for( i = 0, nStrings = 0; i < atoms.getLength(); i++ ) in getAtomDescriptions()
278 const AtomClassRequest& rRequest = atoms.getConstArray()[i]; in getAtomDescriptions()
331 for( int i = 0; i < aSeq.getLength(); i++ ) in getString() local
333 pDescriptions[i].atom, in getString()
334 pDescriptions[i].description in getString()
371 for( int i = 0; i < atomClasses.getLength(); i++ ) in updateAtomClasses() local
373 int nClass = atomClasses.getConstArray()[i]; in updateAtomClasses()
374 const Sequence< NMSP_UTIL::AtomDescription >& rClass = aUpdate.getConstArray()[i]; in updateAtomClasses()