Home
last modified time | relevance | path

Searched refs:isthree (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/lib/libiconv_modules/ISO2022/
Dcitrus_iso2022.c182 static __inline bool isthree(__uint8_t x) in isthree() function
745 if (!isthree(psenc->g[cur].final)) { in _ISO2022_sgetwchar()
825 if (isthree(psenc->g[cur].final)) in _ISO2022_sgetwchar()
1145 (isthree(cs.final) ? 3 : 2) : 1; in _ISO2022_sputwchar()