Searched defs: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) function
622 _towide = towide_none;

Completed in 45 milliseconds