Searched refs:utf_wctomb (Results 1 - 5 of 5) sorted by relevance
/third_party/mksh/ |
H A D | edit.c | 2227 utf_wctomb(xcp, tmpa); in x_transpose() 2229 utf_wctomb(xcp, tmpb); in x_transpose() 2245 utf_wctomb(xcp, tmpa); in x_transpose() 2247 utf_wctomb(xcp, tmpb); in x_transpose() 2988 x = utf_wctomb(utf_tmp, c); in x_e_putc2()
|
H A D | funcs.c | 473 po.ts[utf_wctomb(po.ts, po.wc)] = 0; in c_print() 505 po.ts[utf_wctomb(po.ts, c - 0x100)] = 0; in c_print()
|
H A D | expr.c | 833 utf_wctomb(char *dst, unsigned int wc) in utf_wctomb() function
|
H A D | var.c | 430 sz = utf_wctomb(s + 2, n); in str_val()
|
H A D | sh.h | 2444 size_t utf_wctomb(char *, unsigned int);
|
Completed in 18 milliseconds