Searched defs:utf16buf_to_utf8 (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-imap/ |
H A D | imap-utf7.c | 137 static int utf16buf_to_utf8(string_t *dest, const unsigned char output[4], function 204 if (utf16buf_to_utf8(dest, output, &outstart, 4) < 0) 219 if (utf16buf_to_utf8(dest, output, &outstart, 4) < 0) 234 if (utf16buf_to_utf8(dest, output, &outstart, 4) < 0) 241 if (utf16buf_to_utf8(dest, output, &outstart,
|
Completed in 7 milliseconds