Searched refs:tomb_utf8 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/localedef/ |
H A D | wide.c | 43 static int tomb_utf8(char *, wchar_t); 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 }, 250 tomb_utf8(char *mb, wchar_t wc) in tomb_utf8() function
|