Searched refs:local_to_utf (Results 1 – 4 of 4) sorted by relevance
219 char *local_to_utf(const sasl_utils_t *utils, const char *s);
327 utf8_buf = local_to_utf(utils, *error_buf); in sasl_seterror()
1199 s_utf8 = local_to_utf(NULL, s_locale); in sasl_errstring()
899 buf = local_to_utf(utils, s_locale);934 local_to_utf(const sasl_utils_t *utils, const char *s) function