Home
last modified time | relevance | path

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

/dragonfly/sys/libiconv/
H A Diconv_ucs.c66 static u_char *ucs4_to_utf8(uint32_t ucs4, char * dst, size_t *utf8width, size_t dstlen);
309 if (ucs4_to_utf8(code, q, &outlen, or) == NULL) { in iconv_ucs_conv()
481 ucs4_to_utf8(uint32_t ucs4, char *dst, size_t *utf8width, size_t dstlen) in ucs4_to_utf8() function