Searched refs:iLast (Results 1 – 3 of 3) sorted by relevance
396 int iLast; in operator >>() local412 iLast = i; in operator >>()419 iLast = i1; in operator >>()425 i = iLast+i2; in operator >>()426 while ( i > iLast ) in operator >>()432 iLast += i2; in operator >>()438 i = iLast+i3; in operator >>()439 while ( i > iLast ) in operator >>()445 iLast += i3; in operator >>()451 i = iLast+i4; in operator >>()[all …]
173 sal_Int32 iLast = mNames.getLength() - 1; in removeByName() local174 if( iLast != iHashResult ) in removeByName()178 pNames[ iHashResult ] = pNames[ iLast ]; in removeByName()179 pValues[ iHashResult ] = pValues[ iLast ]; in removeByName()182 mNames.realloc( iLast ); in removeByName()183 mValues.realloc( iLast ); in removeByName()
245 sal_Int32 iLast = mNames.getLength() - 1; in removeByName() local246 if( iLast != iHashResult ) in removeByName()250 pNames[ iHashResult ] = pNames[ iLast ]; in removeByName()251 pValues[ iHashResult ] = pValues[ iLast ]; in removeByName()254 mNames.realloc( iLast ); in removeByName()255 mValues.realloc( iLast ); in removeByName()
Completed in 69 milliseconds