Searched defs:SetLength (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A DnsStdStringWrapper.h155 SetLength( PRUint32 aNewLength ) function in class:basic_nsStdStringWrapper
/vbox/src/libs/xpcom18a4/xpcom/string/src/
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 DnsTObsoleteAStringThunk.cpp116 virtual void SetLength(size_type size) function in class:nsTObsoleteAStringThunk_CharT
118 concrete_self()->SetLength(size);
H A DnsTSubstring.cpp533 nsTSubstring_CharT::SetLength( size_type length ) function in class:nsTSubstring_CharT
/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/io/
H A DnsStorageStream.cpp257 nsStorageStream::SetLength(PRUint32 aLength) function in class:nsStorageStream
300 SetLength(aPosition);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.h287 void SetLength(PRUint32 inLength) { ReallocData(inLength); } function in class:nsSimpleCharString

Completed in 63 milliseconds