Searched refs:ISLOWER (Results 1 – 5 of 5) sorted by relevance
83 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro382 || (STREQ (str, "lower") && ISLOWER ((unsigned char) *n))
158 #define ISLOWER(c) (ISASCII (c) && islower (c)) macro
4565 if (XOR (islower (i), ISLOWER (i))
4341 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')4342 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))4344 # define ISLOWER(c) \4348 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))4357 if (XOR (islower (i), ISLOWER (i))6469 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')6470 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))6472 # define ISLOWER(c) \6476 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))6485 if (XOR (islower (i), ISLOWER (i))
4357 if (XOR (islower (i), ISLOWER (i))