Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dhv_kvp.c279 utf16_to_utf8((char *)umsg->body.kvp_ip_val.ip_addr, in hv_kvp_convert_utf16_ipinfo_to_utf8()
287 utf16_to_utf8((char *)umsg->body.kvp_ip_val.adapter_id, in hv_kvp_convert_utf16_ipinfo_to_utf8()
325 utf16_to_utf8((char *)umsg->body.kvp_ip_val.sub_net, MAX_IP_ADDR_SIZE, in hv_kvp_convert_utf16_ipinfo_to_utf8()
331 utf16_to_utf8((char *)umsg->body.kvp_ip_val.gate_way, MAX_GATEWAY_SIZE, in hv_kvp_convert_utf16_ipinfo_to_utf8()
337 utf16_to_utf8((char *)umsg->body.kvp_ip_val.dns_addr, MAX_IP_ADDR_SIZE, in hv_kvp_convert_utf16_ipinfo_to_utf8()
370 utf16_to_utf8((char *)umsg->body.kvp_ip_val.adapter_id, in hv_kvp_convert_hostmsg_to_usermsg()
385 utf16_to_utf8( in hv_kvp_convert_hostmsg_to_usermsg()
411 utf16_to_utf8( in hv_kvp_convert_hostmsg_to_usermsg()
425 utf16_to_utf8(umsg->body.kvp_get.data.key, in hv_kvp_convert_hostmsg_to_usermsg()
437 utf16_to_utf8(umsg->body.kvp_delete.key, in hv_kvp_convert_hostmsg_to_usermsg()
H A Dunicode.h39 size_t utf16_to_utf8(char *, size_t, const uint16_t *, size_t, int, int *);
142 utf16_to_utf8(char *dst, size_t dst_len, in utf16_to_utf8() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1544 static codecvt_base::result utf16_to_utf8( in utf16_to_utf8() function
1610 static codecvt_base::result utf16_to_utf8( in utf16_to_utf8() function
2773 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2840 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3727 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mo… in do_out()
3799 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcod… in do_out()
3866 …result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcod… in do_out()