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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp336 PRUint32 srcLen, dstLen; local
337 CountValidUTF8Bytes(mByteData->GetBuffer(),remainder + nb, srcLen, dstLen);
342 NS_ASSERTION(PRInt32(dstLen) <= mUnicharData->GetBufferSize(),
344 if (PRInt32(dstLen) > mUnicharData->GetBufferSize()) return 0;
352 NS_ASSERTION(converter.Length() == dstLen, "length mismatch");
355 mUnicharDataLength = dstLen;
358 return dstLen;

Completed in 61 milliseconds