Home | History | Annotate | Download | only in libpng

Lines Matching refs:ISLOWER

7175 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7176 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7178 # define ISLOWER(c) \
7182 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7191 if (XOR (islower (i), ISLOWER (i))
11005 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11006 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11008 # define ISLOWER(c) \
11012 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11021 if (XOR (islower (i), ISLOWER (i))