Searched refs:__wcwidth (Results 1 – 4 of 4) sorted by relevance
169 __wcwidth (const wint_t _ucs) in __wcwidth() function243 return __wcwidth (wi); in wcwidth()
6 int __wcwidth (wint_t);
65 if ((w = __wcwidth (wi)) < 0) in wcswidth()
6153 (__wcwidth): Handle CJK Ambiguous Width characters according6196 systems. Call __wcwidth rather than wcwidth.6200 (__wcwidth): New function. Take wint_t rather than wchar_t as6205 Call __wcwidth rather than using iswprint/iswcntrl.