Searched refs:nStrBytes (Results 1 – 1 of 1) sorted by relevance
55 sal_Size nStrBytes = rString.GetBufferSize(); in lcl_WriteFixedString() local56 DBG_ASSERT( nLength >= nStrBytes, "lcl_WriteFixedString - String too long" ); in lcl_WriteFixedString()59 if( nLength > nStrBytes ) in lcl_WriteFixedString()60 rStrm.WriteZeroBytes( nLength - nStrBytes ); in lcl_WriteFixedString()
Completed in 19 milliseconds