Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c2112 utf_wctomb(xcp, tmpa); in x_transpose()
2114 utf_wctomb(xcp, tmpb); in x_transpose()
2130 utf_wctomb(xcp, tmpa); in x_transpose()
2132 utf_wctomb(xcp, tmpb); in x_transpose()
2796 x = utf_wctomb(utf_tmp, c); in x_e_putc2()
Dexpr.c776 utf_wctomb(char *dst, unsigned int wc) in utf_wctomb() function
Dvar.c377 sz = utf_wctomb(s + 2, n); in str_val()
Dlex.c584 cz = utf_wctomb(ts, c2 - 0x100); in yylex()
Dsh.h1572 size_t utf_wctomb(char *, unsigned int);
Dfuncs.c404 ts[utf_wctomb(ts, c - 0x100)] = 0; in c_print()