Searched refs:nLenInChars (Results 1 – 3 of 3) sorted by relevance
225 void CmdBaseStream::Read (comm_UniChar* &aString, comm_USHORT &nLenInChars ) in Read() argument233 *pCommStream >> nLenInChars; in Read()235 aString = new comm_UniChar [nLenInChars]; in Read()236 pCommStream->Read( aString, ((comm_ULONG)nLenInChars) * sizeof( comm_UniChar ) ); in Read()240 for ( n = 0 ; n < nLenInChars ; n++ ) in Read()276 void CmdBaseStream::Write( const comm_UniChar* aString, comm_USHORT nLenInChars ) in Write() argument286 aNoBiDiString = new comm_UniChar [nLenInChars]; in Write()288 for ( n = 0 ; n < nLenInChars ; n++ ) in Write()
55 sal_uInt16 nLenInChars; in Read() local56 CmdBaseStream::Read( pStr, nLenInChars ); in Read()58 *pString = String( pStr, nLenInChars ); in Read()65 sal_uInt16 nLenInChars; in Read() local66 CmdBaseStream::Read( pStr, nLenInChars ); in Read()68 aString = String( pStr, nLenInChars ); in Read()
69 void Read (comm_UniChar* &aString, comm_USHORT &nLenInChars );75 void Write( const comm_UniChar* aString, comm_USHORT nLenInChars );
Completed in 77 milliseconds