Searched refs:isthree (Results 1 – 1 of 1) sorted by relevance
166 static __inline int isthree(__uint8_t x) { return (0x60 <= x && x <= 0x6f); } in isthree() function747 if (!isthree(psenc->g[cur].final)) { in _ISO2022_sgetwchar()827 if (isthree(psenc->g[cur].final)) in _ISO2022_sgetwchar()1172 (isthree(cs.final) ? 3 : 2) : 1; in _ISO2022_sputwchar()