Searched refs:IS_COMBINING_CHAR (Results 1 – 1 of 1) sorted by relevance
170 # define IS_COMBINING_CHAR(x) (WCWIDTH(x) == 0 && iswcntrl(x) == 0) macro172 # define IS_COMBINING_CHAR(x) (WCWIDTH(x) == 0) macro