Searched refs:towide_euc_impl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/usr.bin/localedef/ |
| H A D | wide.c | 480 towide_euc_impl(wchar_t *wc, const char *mb, unsigned n, in towide_euc_impl() function 539 return (towide_euc_impl(wc, mb, n, 0x8e, 4, 0, 0)); in towide_euccn() 553 return (towide_euc_impl(wc, mb, n, 0x8e, 2, 0x8f, 3)); in towide_eucjp() 567 return (towide_euc_impl(wc, mb, n, 0, 0, 0, 0)); in towide_euckr() 581 return (towide_euc_impl(wc, mb, n, 0x8e, 4, 0, 0)); in towide_euctw()
|