Home | History | Annotate | Download | only in libffi

Lines Matching refs:ISLOWER

5218 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5219 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5221 # define ISLOWER(c) \
5225 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5234 if (XOR (islower (i), ISLOWER (i))
20784 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20785 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20787 # define ISLOWER(c) \
20791 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20800 if (XOR (islower (i), ISLOWER (i))