Searched refs:utf8_to_unicode (Results 1 – 1 of 1) sorted by relevance
184 static int utf8_to_unicode(uint32_t *, const char *, size_t);2423 utf8_to_unicode(uint32_t *pwc, const char *s, size_t n) in utf8_to_unicode() function2669 while ((n = utf8_to_unicode(&uc, e, len)) > 0) { in strncat_from_utf8_to_utf8()