Searched refs:theBytesLeft (Results 1 – 1 of 1) sorted by relevance
96 sal_Int32 theBytesLeft = sal::static_int_cast<sal_Int32>(mLen - mPos); in readBytes() local97 if ( theBytes2Read > theBytesLeft ) in readBytes()98 theBytes2Read = theBytesLeft; in readBytes()
Completed in 14 milliseconds