Searched refs:ucs4_to_utf8 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/libkern/ |
H A D | iconv_ucs.c | 66 static u_char *ucs4_to_utf8(uint32_t ucs4, char * dst, size_t *utf8width, size_t dstlen); 308 if (ucs4_to_utf8(code, q, &outlen, or) == NULL) { in iconv_ucs_conv() 480 ucs4_to_utf8(uint32_t ucs4, char *dst, size_t *utf8width, size_t dstlen) in ucs4_to_utf8() function
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 1971 static codecvt_base::result ucs4_to_utf8( in ucs4_to_utf8() function 2907 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 2974 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3047 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out() 3199 …result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode… in do_out()
|