Searched refs:utf8width (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | iconv_ucs.c | 68 static uint32_t utf8_to_ucs4(const char *src, size_t *utf8width, size_t srclen); 69 static u_char *ucs4_to_utf8(uint32_t ucs4, char * dst, size_t *utf8width, size_t dstlen); 413 utf8_to_ucs4(const char *src, size_t *utf8width, size_t srclen) in utf8_to_ucs4() argument 478 *utf8width = w; in utf8_to_ucs4() 483 ucs4_to_utf8(uint32_t ucs4, char *dst, size_t *utf8width, size_t dstlen) in ucs4_to_utf8() argument 521 *utf8width = w; in ucs4_to_utf8()
|