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

  /external/bison/lib/
mbswidth.c 35 /* Get mbstate_t, mbrtowc(), mbsinit(), wcwidth(). */
67 int wcwidth ();
70 #ifndef wcwidth
72 /* wcwidth doesn't exist, so assume all printable characters have
74 # define wcwidth(wc) ((wc) == 0 ? 0 : iswprint (wc) ? 1 : -1) macro
188 w = wcwidth (wc);
  /bionic/libc/stdlib/
wchar.c 327 int wcwidth(wchar_t wc) function

Completed in 42 milliseconds