Searched refs:towide_utf8 (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/localedef/ |
H A D | wide.c | 31 static int towide_utf8(wchar_t *, const char *, unsigned); 69 { "UTF-8", "UTF-8", 21, towide_utf8, tomb_utf8 }, 70 { "UTF8", "UTF-8", 21, towide_utf8, tomb_utf8 }, 71 { "utf8", "UTF-8", 21, towide_utf8, tomb_utf8 }, 72 { "utf-8", "UTF-8", 21, towide_utf8, tomb_utf8 }, 193 towide_utf8(wchar_t *wc, const char *mb, unsigned n) in towide_utf8() function
|