Searched refs:utf8_to_utf16 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | readpassphrase_win32.c | 55 utf8_to_utf16(const char *utf8) in utf8_to_utf16() function 84 wtmp = utf8_to_utf16(prompt); in readpassphrase()
|
/freebsd/sys/dev/hyperv/utilities/ |
H A D | hv_kvp.c | 228 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.ip_addr, in hv_kvp_convert_utf8_ipinfo_to_utf16() 234 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.sub_net, in hv_kvp_convert_utf8_ipinfo_to_utf16() 240 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.gate_way, in hv_kvp_convert_utf8_ipinfo_to_utf16() 246 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.dns_addr, in hv_kvp_convert_utf8_ipinfo_to_utf16() 252 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.adapter_id, in hv_kvp_convert_utf8_ipinfo_to_utf16() 483 hkey_len = utf8_to_utf16((uint16_t *)host_exchg_data->key, in hv_kvp_convert_usermsg_to_hostmsg() 490 hvalue_len = utf8_to_utf16( in hv_kvp_convert_usermsg_to_hostmsg() 506 hvalue_len = utf8_to_utf16( in hv_kvp_convert_usermsg_to_hostmsg()
|
H A D | unicode.h | 38 size_t utf8_to_utf16(uint16_t *, size_t, const char *, size_t, int, int *); 42 utf8_to_utf16(uint16_t *dst, size_t dst_len, in utf8_to_utf16() function
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 1676 static codecvt_base::result utf8_to_utf16( in utf8_to_utf16() function 1782 static codecvt_base::result utf8_to_utf16( in utf8_to_utf16() function 2793 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 2860 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 3753 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_in() 3819 …result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_in() 3886 …result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_in()
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 7389 # define sqlite3_win32_utf8_to_unicode utf8_to_utf16 7391 LPWSTR utf8_to_utf16(const char *z){ in utf8_to_utf16() function
|