Home
last modified time | relevance | path

Searched refs:tempDstLen (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/mail/
H A Dmail_util.cpp275 int32 tempDstLen; in mail_convert_from_utf8() local
363 tempDstLen = originalDstLen - *dstLen; in mail_convert_from_utf8()
364 if (tempDstLen < 3) // Not enough space remaining in the output. in mail_convert_from_utf8()
368 dst + *dstLen, &tempDstLen, state, substitute); in mail_convert_from_utf8()
371 *dstLen += tempDstLen - 1 /* don't include the ASCII letter */; in mail_convert_from_utf8()