Searched defs:ascii_isascii (Results 1 – 2 of 2) sorted by relevance
157 inline bool ascii_isascii(unsigned char c) { return c < 128; } in ascii_isascii() function