Searched refs:utf8width (Results 1 – 1 of 1) sorted by relevance
| /src/sys/libkern/ |
| H A D | iconv_ucs.c | 65 static uint32_t utf8_to_ucs4(const char *src, size_t *utf8width, size_t srclen); 66 static u_char *ucs4_to_utf8(uint32_t ucs4, char * dst, size_t *utf8width, size_t dstlen); 410 utf8_to_ucs4(const char *src, size_t *utf8width, size_t srclen) in utf8_to_ucs4() argument 475 *utf8width = w; in utf8_to_ucs4() 480 ucs4_to_utf8(uint32_t ucs4, char *dst, size_t *utf8width, size_t dstlen) in ucs4_to_utf8() argument 518 *utf8width = w; in ucs4_to_utf8()
|