HomeSort by relevance Sort by last modified time
    Searched defs:utf_wcwidth (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
expr.c 674 else if ((width = utf_wcwidth(wc)) < 0)
695 ((cw = utf_wcwidth(wc)) == -1)) {
814 utf_wcwidth(unsigned int c) function
sh.h 337 #define utf_wcwidth(i) wcwidth((__WCHAR_TYPE__)i) macro
    [all...]

Completed in 45 milliseconds