Home
last modified time | relevance | path

Searched refs:towide_utf8 (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/localedef/
H A Dwide.c46 static int towide_utf8(wchar_t *, const char *, unsigned);
85 { "UTF-8", "UTF-8", 21, towide_utf8, tomb_utf8 },
86 { "UTF8", "UTF-8", 21, towide_utf8, tomb_utf8 },
87 { "utf8", "UTF-8", 21, towide_utf8, tomb_utf8 },
88 { "utf-8", "UTF-8", 21, towide_utf8, tomb_utf8 },
207 towide_utf8(wchar_t *wc, const char *mb, unsigned n) in towide_utf8() function