Searched refs:nDestinationCounter (Results 1 – 1 of 1) sorted by relevance
372 nDestinationCounter = 0; in impl_packLocalizedProperties()399 lOutValues[nDestinationCounter] <<= lProperties; in impl_packLocalizedProperties()405 lOutValues[nDestinationCounter] = lInValues[nSourceCounter]; in impl_packLocalizedProperties()407 ++nDestinationCounter; in impl_packLocalizedProperties()448 nDestinationCounter = 0; in impl_unpackLocalizedProperties()461 lOutNames.realloc ( nDestinationCounter+nPropertiesSize ); in impl_unpackLocalizedProperties()469 ++nDestinationCounter; in impl_unpackLocalizedProperties()475 if( (nDestinationCounter+1) > lOutNames.getLength() ) in impl_unpackLocalizedProperties()477 lOutNames.realloc ( nDestinationCounter+1 ); in impl_unpackLocalizedProperties()478 lOutValues.realloc ( nDestinationCounter+1 ); in impl_unpackLocalizedProperties()[all …]
Completed in 15 milliseconds