Searched refs:utf8_to_ucs4 (Results 1 – 1 of 1) sorted by relevance
68 static uint32_t utf8_to_ucs4(const char *src, size_t *utf8width, size_t srclen);198 code = utf8_to_ucs4(p, &inlen, ir); in iconv_ucs_conv()413 utf8_to_ucs4(const char *src, size_t *utf8width, size_t srclen) in utf8_to_ucs4() function