Searched refs:IS_CODEUNIT (Results 1 – 9 of 9) sorted by relevance
9 if (MB_CUR_MAX==1 && IS_CODEUNIT(c)) return (unsigned char)c; in wctob()
21 #define IS_CODEUNIT(c) ((unsigned)(c)-0xdf80 < 0x80) macro
13 if (!IS_CODEUNIT(wc)) { in wcrtomb()