Home | History | Annotate | Download | only in dist

Lines Matching refs:islower

6796 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6797 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6799 # define ISLOWER(c) \
6803 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6812 if (XOR (islower (i), ISLOWER (i))
12233 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12234 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12236 # define ISLOWER(c) \
12240 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12249 if (XOR (islower (i), ISLOWER (i))