Searched refs:ISC1CTRL (Results 1 – 2 of 2) sorted by relevance
109 if (ISC1CTRL((unsigned char)euc16)) { in _icv_iconv()
155 #define ISC1CTRL(c) (((c) >= 0x80) && ((c) <= 0x9f)) macro