Home | History | Annotate | Download | only in regex

Lines Matching refs:ISLOWER

201 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c))
2112 || (is_lower && ISLOWER (ch))