Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c554 #define utf8_wctomb wctomb
559 utf8_wctomb(char* u, wchar_t w) in utf8_wctomb() function
2274 ast.mb_conv = utf8_wctomb; in set_ctype()
2559 …, ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == utf8_wctomb ? " utf8_wctomb" : as… in single()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE6 12-06-26 comp/setlocale.c: utf8_wctomb() now calls (the corrrect) wc2utf8()
130 10-09-28 comp/setlocale.c: add utf8_wctomb()