Home | History | Annotate | Download | only in vendor

Lines Matching refs:ISLOWER

7661 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7662 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7664 # define ISLOWER(c) \
7668 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7677 if (XOR (islower (i), ISLOWER (i))
14929 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14930 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14932 # define ISLOWER(c) \
14936 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
14945 if (XOR (islower (i), ISLOWER (i))