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

/freebsd-13-stable/sys/dev/hyperv/utilities/
H A Dunicode.h41 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, function
H A Dhv_kvp.c282 utf16_to_utf8((char *)umsg->body.kvp_ip_val.ip_addr,
290 utf16_to_utf8((char *)umsg->body.kvp_ip_val.adapter_id,
328 utf16_to_utf8((char *)umsg->body.kvp_ip_val.sub_net, MAX_IP_ADDR_SIZE,
334 utf16_to_utf8((char *)umsg->body.kvp_ip_val.gate_way, MAX_GATEWAY_SIZE,
340 utf16_to_utf8((char *)umsg->body.kvp_ip_val.dns_addr, MAX_IP_ADDR_SIZE,
373 utf16_to_utf8((char *)umsg->body.kvp_ip_val.adapter_id,
388 utf16_to_utf8(
414 utf16_to_utf8(
428 utf16_to_utf8(umsg->body.kvp_get.data.key,
440 utf16_to_utf8(ums
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1726 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function
1803 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, function
3116 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3958 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4033 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
4108 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,

Completed in 125 milliseconds