Home | History | Annotate | Download | only in libogg

Lines Matching refs:ISLOWER

6654 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6655 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6657 # define ISLOWER(c) \
6661 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6670 if (XOR (islower (i), ISLOWER (i))
11277 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11278 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11280 # define ISLOWER(c) \
11284 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11293 if (XOR (islower (i), ISLOWER (i))