Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dwide.c43 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