Home
last modified time | relevance | path

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

/f-stack/freebsd/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) { in iconv_ucs_conv()
483 ucs4_to_utf8(uint32_t ucs4, char *dst, size_t *utf8width, size_t dstlen) in ucs4_to_utf8() function