Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libiconv_modules/ISO2022/
Dcitrus_iso2022.c164 static __inline bool is96(__uint8_t x) in is96() function
778 if (!(is96(string[0] & 0x7f))) in _ISO2022_sgetwchar()
786 if (!(is96(string[0] & 0x7f) && is96(string[1] & 0x7f))) in _ISO2022_sgetwchar()