Home
last modified time | relevance | path

Searched refs:utf_widthadj (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dexpr.c708 utf_widthadj(const char *src, const char **dst) in utf_widthadj() function
762 c += utf_widthadj(p, &p); in utf_skipcols()
765 while (utf_widthadj(p, &q) == 0) in utf_skipcols()
Dlex.c1564 columns += utf_widthadj(cp, &cp2); in pprompt()
Dvar.c695 slen -= utf_widthadj(s, &s); in formatstr()
Dedit.c1642 return (utf_widthadj(cp, (const char **)dcp)); in x_size2()
2955 width = utf_widthadj(*cp, (const char **)&cp2); in x_e_putc3()
Dsh.h2364 int utf_widthadj(const char *, const char **);