Searched refs:ucs4_to_utf8 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/libkern/
H A Diconv_ucs.c69 static u_char *ucs4_to_utf8(uint32_t ucs4, char * dst, size_t *utf8width, size_t dstlen);
311 if (ucs4_to_utf8(code, q, &outlen, or) == NULL) {
483 ucs4_to_utf8(uint32_t ucs4, char *dst, size_t *utf8width, size_t dstlen) function
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp2223 ucs4_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, function
3193 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3274 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3433 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,

Completed in 120 milliseconds