Searched defs:NOT_NORMAL_CHAR (Results 1 – 14 of 14) sorted by relevance
58 #define NOT_NORMAL_CHAR(c) (((c) >= 128) && ((c) < 160)) macro
59 #define NOT_NORMAL_CHAR(c) (((c) >= 128) && ((c) < 160)) macro
113 #define NOT_NORMAL_CHAR(c) (((c) >= 128) && ((c) < 160)) macro