HomeSort by: relevance | last modified time | path
    Searched defs:is96 (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/citrus/modules/
citrus_iso2022.c 163 static __inline int is96(__uint8_t x) { return (0x20 <= x && x <= 0x7f); } function in typeref:typename:int
780 if (!(is96(string[0] & 0x7f)))
788 if (!(is96(string[0] & 0x7f) && is96(string[1] & 0x7f)))

Completed in 11 milliseconds