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

/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_iso2022.c163 static __inline int is96(__uint8_t x) { return (0x20 <= x && x <= 0x7f); } function
780 if (!(is96(string[0] & 0x7f)))
788 if (!(is96(string[0] & 0x7f) && is96(string[1] & 0x7f)))

Completed in 66 milliseconds