Searched refs:aStartPos (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringObsolete.cpp263 nsTString_CharT::Mid( self_type& aResult, index_type aStartPos, size_type aLengthToCopy ) const argument
265 if (aStartPos == 0 && aLengthToCopy >= mLength)
268 aResult = Substring(*this, aStartPos, aLengthToCopy);
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dtest_main.cpp70 CallCMid( nsACString& aResult, const nsACString& aSource, PRUint32 aStartPos, PRUint32 aLengthToCopy ) argument
72 aSource.Mid(aResult, aStartPos, aLengthToCopy);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTString.h312 NS_COM size_type Mid( self_type& aResult, PRUint32 aStartPos, PRUint32 aCount ) const;

Completed in 48 milliseconds