Searched refs:tailLen (Results 1 – 1 of 1) sorted by relevance
543 size_t tailLen = strLen - (tail - head); in rfc2047_to_utf8() local544 memmove(string, tail, tailLen+1); in rfc2047_to_utf8()545 string += tailLen; in rfc2047_to_utf8()