Searched defs:ISLOWER (Results 1 – 14 of 14) sorted by relevance
48 #define ISLOWER iswlower macro82 #define ISLOWER islower macro
30 #define ISLOWER 04 /* a lower case letter */ macro
93 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
180 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
236 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro
235 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro