Searched refs:_ISLOWER (Results 1 – 2 of 2) sorted by relevance
60 #define _ISLOWER _CTYPE_L macro114 ctn->ctype |= (_ISLOWER | _ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()344 ctn->ctype |= _ISLOWER; in dump_ctype()375 if (ctn->ctype & (_ISUPPER |_ISLOWER)) in dump_ctype()
382 static const mask lower = _ISLOWER;