Searched defs:isLOWER (Results 1 – 3 of 3) sorted by relevance
131 #define isLOWER(c) ((c) >= 'a' && (c) <= 'z') macro
13102 # define isLOWER(c) ( (c) >= 'a' && (c) <= 'z' \ macro13184 # define isLOWER(c) inRANGE((c), 'a', 'z') macro
1854 #define isLOWER(c) isLOWER_A(c) macro