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

/external/mksh/src/
H A Dexpr.c670 else if ((width = utf_wcwidth(wc)) < 0)
691 ((cw = utf_wcwidth(wc)) == -1)) {
810 utf_wcwidth(unsigned int c) function
H A Dsh.h329 #define utf_wcwidth(i) wcwidth((__WCHAR_TYPE__)i) macro
1578 int utf_wcwidth(unsigned int);

Completed in 116 milliseconds