Searched defs:utf8_wctomb (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c559 #define utf8_wctomb wctomb
564 utf8_wctomb(char* u, wchar_t w) function
2289 ast.mb_conv = utf8_wctomb;
2548 , ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == utf8_wctomb ? " utf8_wctomb" : ast.mb_conv == wctomb ? " wctomb" : ""

Completed in 38 milliseconds