Home
last modified time | relevance | path

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

/freebsd/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c164 static __inline bool is96(__uint8_t x) in is96() function
779 if (!(is96(string[0] & 0x7f))) in _ISO2022_sgetwchar()
787 if (!(is96(string[0] & 0x7f) && is96(string[1] & 0x7f))) in _ISO2022_sgetwchar()