Home | History | Annotate | Download | only in libpng

Lines Matching refs:ISLOWER

7670 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7671 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7673 # define ISLOWER(c) \
7677 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7686 if (XOR (islower (i), ISLOWER (i))
12176 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12177 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12179 # define ISLOWER(c) \
12183 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12192 if (XOR (islower (i), ISLOWER (i))