Searched refs:utf16_to_utf8 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/dev/hyperv/utilities/ |
| HD | hv_kvp.c | 282 utf16_to_utf8((char *)umsg->body.kvp_ip_val.ip_addr, in hv_kvp_convert_utf16_ipinfo_to_utf8() 290 utf16_to_utf8((char *)umsg->body.kvp_ip_val.adapter_id, in hv_kvp_convert_utf16_ipinfo_to_utf8() 328 utf16_to_utf8((char *)umsg->body.kvp_ip_val.sub_net, MAX_IP_ADDR_SIZE, in hv_kvp_convert_utf16_ipinfo_to_utf8() 334 utf16_to_utf8((char *)umsg->body.kvp_ip_val.gate_way, MAX_GATEWAY_SIZE, in hv_kvp_convert_utf16_ipinfo_to_utf8() 340 utf16_to_utf8((char *)umsg->body.kvp_ip_val.dns_addr, MAX_IP_ADDR_SIZE, in hv_kvp_convert_utf16_ipinfo_to_utf8() 373 utf16_to_utf8((char *)umsg->body.kvp_ip_val.adapter_id, in hv_kvp_convert_hostmsg_to_usermsg() 388 utf16_to_utf8( in hv_kvp_convert_hostmsg_to_usermsg() 414 utf16_to_utf8( in hv_kvp_convert_hostmsg_to_usermsg() 428 utf16_to_utf8(umsg->body.kvp_get.data.key, in hv_kvp_convert_hostmsg_to_usermsg() 440 utf16_to_utf8(umsg->body.kvp_delete.key, in hv_kvp_convert_hostmsg_to_usermsg()
|
| HD | unicode.h | 41 size_t utf16_to_utf8(char *, size_t, const uint16_t *, size_t, int, int *); 144 utf16_to_utf8(char *dst, size_t dst_len, in utf16_to_utf8() function
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/src/ |
| HD | locale.cpp | 1726 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, in utf16_to_utf8() function 1803 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, in utf16_to_utf8() function 3116 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3958 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out() 4033 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out() 4108 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
|