Searched defs:IS_ASCII (Results 1 – 3 of 3) sorted by relevance
56 #define IS_ASCII(_ch) ((_ch) < 0x80) macro
255 #define IS_ASCII(string) IS_ASCII_AT((string),0) macro
457 # define IS_ASCII macro