Home
last modified time | relevance | path

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

/freebsd/usr.bin/localedef/
H A Dwide.c47 static int towide_big5(wchar_t *, const char *, unsigned);
118 { "BIG5", "BIG5", 16, towide_big5, tomb_mbs },
119 { "big5", "BIG5", 16, towide_big5, tomb_mbs },
120 { "Big5", "BIG5", 16, towide_big5, tomb_mbs },
371 towide_big5(wchar_t *wc, const char *mb, unsigned n) in towide_big5() function