Searched refs:utf8_out (Results 1 – 2 of 2) sorted by relevance
152 k5_utf16le_to_utf8(const uint8_t *utf16bytes, size_t nbytes, char **utf8_out) in k5_utf16le_to_utf8() argument161 *utf8_out = NULL; in k5_utf16le_to_utf8()194 *utf8_out = k5_buf_cstring(&buf); in k5_utf16le_to_utf8()195 return (*utf8_out == NULL) ? ENOMEM : 0; in k5_utf16le_to_utf8()
86 char **utf8_out);