Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dwide.c30 static int towide_none(wchar_t *, const char *, unsigned);
46 static int (*_towide)(wchar_t *, const char *, unsigned) = towide_none;
165 towide_none(wchar_t *c, const char *mb, unsigned n) in towide_none() function
622 _towide = towide_none; in set_wide_encoding()