Searched refs:theBytesLeft (Results 1 – 1 of 1) sorted by relevance
88 sal_Int32 theBytesLeft = sal::static_int_cast<sal_Int32>(mLen - mPos); in readBytes() local89 if ( theBytes2Read > theBytesLeft ) in readBytes()90 theBytes2Read = theBytesLeft; in readBytes()
Completed in 16 milliseconds