Searched refs:utf16_to_unicode (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string.c | 188 static int utf16_to_unicode(uint32_t *, const char *, size_t, int); 2530 return (utf16_to_unicode(pwc, s, n, 1)); in utf16be_to_unicode() 2536 return (utf16_to_unicode(pwc, s, n, 0)); in utf16le_to_unicode() 2540 utf16_to_unicode(uint32_t *pwc, const char *s, size_t n, int be) in utf16_to_unicode() function 3745 while ((n = utf16_to_unicode(&uc, utf16, bytes, be)) != 0) { in best_effort_strncat_from_utf16()
|