Home | History | Annotate | Download | only in libvorbis

Lines Matching refs:ISLOWER

7172 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7173 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7175 # define ISLOWER(c) \
7179 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7188 if (XOR (islower (i), ISLOWER (i))