Home
last modified time | relevance | path

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

/dragonfly/usr.bin/localedef/
HDwide.c59 static int tomb_utf8(char *, wchar_t);
86 { "UTF-8", "UTF-8", 21, towide_utf8, tomb_utf8 },
87 { "UTF8", "UTF-8", 21, towide_utf8, tomb_utf8 },
88 { "utf8", "UTF-8", 21, towide_utf8, tomb_utf8 },
89 { "utf-8", "UTF-8", 21, towide_utf8, tomb_utf8 },
265 tomb_utf8(char *mb, wchar_t wc) in tomb_utf8() function