Searched refs:ISLOWER (Results 1 – 6 of 6) sorted by relevance
46 #define ISLOWER(_c) \ macro54 ISLOWER(_c))86 return (ISLOWER(c)); in islower()
88 #define ISLOWER(x) islower((u_char)(x)) macro131 (c + 10 - (ISLOWER(c) ? 'a' : 'A'));
255 if (ISLOWER(c)) { in char_val()
1385 } else if (ISLOWER(c)) { in rustv0_parse_base62()
1701 #define ISLOWER(x) islower((u_char)(x)) macro
5155 if (XOR (islower (i), ISLOWER (i))