Home
last modified time | relevance | path

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

/haiku/src/kits/mail/
H A Dmail_util.cpp543 size_t tailLen = strLen - (tail - head); in rfc2047_to_utf8() local
544 memmove(string, tail, tailLen+1); in rfc2047_to_utf8()
545 string += tailLen; in rfc2047_to_utf8()