Home
last modified time | relevance | path

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

/aosp_15_r20/external/mksh/src/
H A Dexpr.c1220 utf_wcwidth(unsigned int wc) in utf_wcwidth() function
H A Dsh.h2450 #define utf_wcwidth(i) wcwidth((wchar_t)(i)) macro