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

/external/mksh/src/
H A Dexpr.c774 else if ((width = utf_wcwidth(wc)) < 0)
795 ((cw = utf_wcwidth(wc)) == -1)) {
1176 utf_wcwidth(unsigned int wc) function
H A Dsh.h421 #define utf_wcwidth(i) wcwidth((__WCHAR_TYPE__)i) macro
1713 int utf_wcwidth(unsigned int);

Completed in 120 milliseconds