Home
last modified time | relevance | path

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

/src/usr.bin/localedef/
H A Dwide.c58 static int tomb_utf8(char *, wchar_t);
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 },
264 tomb_utf8(char *mb, wchar_t wc) in tomb_utf8() function