Searched refs:SetLength (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwmsbuffer.idl40 HRESULT SetLength(
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTObsoleteAStringThunk.cpp116 virtual void SetLength(size_type size) function in class:nsTObsoleteAStringThunk_CharT
118 concrete_self()->SetLength(size);
H A DnsReadableUtils.cpp117 aDest.SetLength(old_dest_length + aSource.Length());
137 aDest.SetLength(old_dest_length + aSource.Length());
186 aDest.SetLength(old_dest_length + count);
209 aDest.SetLength(old_dest_length);
241 aDest.SetLength(old_dest_length + count);
263 aDest.SetLength(old_dest_length);
429 aDest.SetLength(Distance(aSrcStart, aSrcEnd));
444 aDest.SetLength(oldLength + Distance(aSrcStart, aSrcEnd));
691 aDest.SetLength(aSource.Length());
779 aDest.SetLength(aSourc
[all...]
H A DnsTAString.cpp217 nsTAString_CharT::SetLength( size_type size ) function in class:nsTAString_CharT
220 AsSubstring()->SetLength(size);
222 AsObsoleteString()->SetLength(size);
246 // null check and SetLength(0) cases needed for backwards compat
253 AsObsoleteString()->SetLength(0);
H A DnsTSubstring.cpp533 nsTSubstring_CharT::SetLength( size_type length ) function in class:nsTSubstring_CharT
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsEscape.h192 str.SetLength(nsUnescapeCount(str.BeginWriting()));
H A DnsLocalFileCommon.cpp103 leafName.SetLength(lastDot - leafName.get()); // strip suffix and dot.
109 leafName.SetLength(maxRootLength);
H A DnsNativeCharsetUtils.cpp757 output.SetLength(inputLen);
771 output.SetLength(inputLen - resultLeft);
885 output.SetLength(resultLen);
915 output.SetLength(resultLen);
967 output.SetLength(resultLen);
1007 output.SetLength(resultLen);
H A DnsStorageStream.cpp257 nsStorageStream::SetLength(PRUint32 aLength) function in class:nsStorageStream
300 SetLength(aPosition);
H A DnsBinaryStream.cpp584 aString.SetLength(length);
H A DnsLocalFileWin.cpp479 mResolvedPath.SetLength(MAX_PATH);
486 mResolvedPath.SetLength(len);
2409 mDrives.SetLength(length+1);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTObsoleteAString.h139 virtual void SetLength( size_type ) = 0;
H A DnsTAString.h160 * grow a buffer. Use SetLength to resize the string's buffer.
323 * XXX populated using writing iterators. SetLength seems to be the
327 * SetLength is used in two ways:
331 * External callers are not allowed to use |SetLength| in this
333 * In other words, |SetLength| is deprecated for all use outside
340 NS_COM void NS_FASTCALL SetLength( size_type );
349 SetLength(aNewLength);
H A DnsTSubstring.h379 NS_COM void NS_FASTCALL SetLength( size_type );
384 SetLength(newLength);
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp342 s1.SetLength(oldLength);
352 s1.SetLength(oldLength);
H A Dtest_main.cpp242 aWritable.SetLength(newLength);
255 aWritable.SetLength(oldLength);
288 insertable.SetLength(1);
H A DnsStdStringWrapper.h155 SetLength( PRUint32 aNewLength ) function in class:basic_nsStdStringWrapper
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DGZipStream.cs243 public override void SetLength(long value) method in class:DotZLib.GZipStream
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp211 outSpec.mPath.SetLength(cp - chars); // truncate.
H A DnsFileSpec.h287 void SetLength(PRUint32 inLength) { ReallocData(inLength); } function in class:nsSimpleCharString
H A DnsFileSpecOS2.cpp475 outSpec.mPath.SetLength(cp - chars); // truncate.
H A DnsFileSpecUnix.cpp279 outSpec.mPath.SetLength(cp - chars); // truncate.
H A DnsFileSpecWin.cpp415 outSpec.mPath.SetLength(cp - chars); // truncate.
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestStrings.cpp442 buf.SetLength(sizeof(kText)-1);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp576 str->SetLength(len / 2);
591 str->SetLength(len);
829 str->SetLength(len / 2);
844 str->SetLength(len);
2155 message.SetLength(len);
2166 name.SetLength(len);
2175 filename.SetLength(len);

Completed in 121 milliseconds

12