Home
last modified time | relevance | path

Searched refs:utf_mbswidth (Results 1 – 7 of 7) sorted by relevance

/external/mksh/src/
Dexec.c1613 i = utf_mbswidth(*pp); in pr_menu()
1649 i = utf_mbswidth(*pp); in pr_list()
Dshf.c995 len = utf_mbswidth(s); in shf_vfprintf()
Dexpr.c784 utf_mbswidth(const char *s) in utf_mbswidth() function
Dsh.h1667 size_t utf_mbswidth(const char *) MKSH_A_PURE;
Dvar.c599 olen = (int)utf_mbswidth(s); in formatstr()
Dmisc.c202 len = utf_mbswidth(OFN(i)); in printoptions()
Dfuncs.c1384 w = utf_mbswidth(sigtraps[j].mess); in c_kill()