Searched refs:towide_euctw (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/localedef/ |
H A D | wide.c | 55 static int towide_euctw(wchar_t *, const char *, unsigned); 109 { "EUC-TW", "EUC-TW", 24, towide_euctw, tomb_mbs }, 110 { "eucTW", "EUC-TW", 24, towide_euctw, tomb_mbs }, 577 towide_euctw(wchar_t *wc, const char *mb, unsigned n) in towide_euctw() function
|