Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dwide.c38 static int towide_eucjp(wchar_t *, const char *, unsigned);
82 { "EUC-JP", "EUC-JP", 17, towide_eucjp, tomb_mbs },
83 { "eucJP", "EUC-JP", 17, towide_eucjp, tomb_mbs },
534 towide_eucjp(wchar_t *wc, const char *mb, unsigned n) in towide_eucjp() function