Home
last modified time | relevance | path

Searched refs:utf8_string (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dtime.c258 const char *utf8_string; in svn_time_to_human_cstring() local
261 err = svn_utf_cstring_to_utf8(&utf8_string, human_datestr, pool); in svn_time_to_human_cstring()
268 apr_cpystrn(curptr, utf8_string, SVN_TIME__MAX_LENGTH - len); in svn_time_to_human_cstring()
H A Dx509parse.c866 const svn_string_t *utf8_string; in x509name_to_utf8_string() local
892 err = svn_utf__utf16_to_utf8(&utf8_string, in x509name_to_utf8_string()
901 err = svn_utf__utf32_to_utf8(&utf8_string, in x509name_to_utf8_string()
914 err = latin1_to_utf8(&utf8_string, src_string, result_pool); in x509name_to_utf8_string()
937 return nul_escape(utf8_string, result_pool); in x509name_to_utf8_string()
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dms_funcs.c25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2() argument
32 u8 c = utf8_string[i]; in utf8_to_ucs2()
45 u8 c2 = utf8_string[++i]; in utf8_to_ucs2()
57 u8 c3 = utf8_string[++i]; in utf8_to_ucs2()