Searched defs:ASCII_IS_LOWER (Results 1 – 2 of 2) sorted by relevance
267 #define ASCII_IS_LOWER(c) (c >= 0x61 && c <= 0x7A) macro
139 #define ASCII_IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro