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

/dovecot/src/lib-imap/
H A Dimap-utf7.c73 uint8_t *utf16, *u; local
85 utf16 = t_malloc0(MALLOC_MULTIPLY(strlen(p), 2));
98 u = utf16;
116 mbase64_encode(dest, utf16, u-utf16);

Completed in 7 milliseconds