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

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTSubstring.cpp169 nsTSubstring_CharT::ReplacePrep( index_type cutStart, size_type cutLen, size_type fragLen ) argument
172 cutLen = NS_MIN(cutLen, mLength - cutStart);
174 PRUint32 newLen = mLength - cutLen + fragLen;
192 if (cutStart + cutLen < mLength)
195 size_type from = cutStart + cutLen;
209 if (fragLen != cutLen && cutStart + cutLen < mLength)
211 PRUint32 from = cutStart + cutLen;

Completed in 191 milliseconds