Searched refs:utf_wctomb (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | edit.c | 2188 utf_wctomb(xcp, tmpa); in x_transpose() 2190 utf_wctomb(xcp, tmpb); in x_transpose() 2206 utf_wctomb(xcp, tmpa); in x_transpose() 2208 utf_wctomb(xcp, tmpb); in x_transpose() 2916 x = utf_wctomb(utf_tmp, c); in x_e_putc2()
|
D | expr.c | 833 utf_wctomb(char *dst, unsigned int wc) in utf_wctomb() function
|
D | funcs.c | 471 po.ts[utf_wctomb(po.ts, po.wc)] = 0; in c_print() 503 po.ts[utf_wctomb(po.ts, c - 0x100)] = 0; in c_print()
|
D | lex.c | 606 cz = utf_wctomb(ts, c2 - 0x100); in yylex()
|
D | var.c | 423 sz = utf_wctomb(s + 2, n); in str_val()
|
D | sh.h | 2363 size_t utf_wctomb(char *, unsigned int);
|