Searched defs:utf_wcwidth (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dexpr.c710 else if ((width = utf_wcwidth(wc)) < 0)
731 ((cw = utf_wcwidth(wc)) == -1)) {
850 utf_wcwidth(unsigned int c) function
H A Dsh.h420 #define utf_wcwidth(i) wcwidth((__WCHAR_TYPE__)i) macro
1717 int utf_wcwidth(unsigned int);

Completed in 47 milliseconds