Searched defs:islower (Results 1 – 12 of 12) sorted by relevance
78 islower(int ch) in islower() function
80 islower(char_type ch) in islower() function
242 islower(int ch) in islower() function
630 islower(int ch) in islower() function
110 islower(wchar_t ch) in islower() function
27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
32 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
134 #define islower(c) do_not_use_islower_with_safe_ctype macro
1845 int islower(int c) in islower() function
708 #define islower(c) ('a' <= (c) && (c) <= 'z') macro