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

/freebsd-9.3-release/sys/libkern/
H A Diconv_ucs.c67 static u_char *ucs4_to_utf8(uint32_t ucs4, char * dst, size_t *utf8width, size_t dstlen);
310 if (ucs4_to_utf8(code, q, &outlen, or) == NULL) {
484 ucs4_to_utf8(uint32_t ucs4, char *dst, size_t *utf8width, size_t dstlen) function
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp2194 ucs4_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, function
3164 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt);
3245 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3404 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,

Completed in 122 milliseconds