Searched refs:islower (Results 1 - 12 of 12) sorted by relevance

/bionic/libc/unistd/
H A Dcharclass.h20 { "lower", islower },
/bionic/libstdc++/include/
H A Dcctype48 using ::islower;
/bionic/libc/include/
H A Dctype.h77 int islower(int);
127 __CTYPE_INLINE int islower(int c) function
/bionic/libc/kernel/common/linux/
H A Dctype.h39 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
/bionic/libc/netbsd/inet/
H A Dnsap_addr.c67 if (islower(c))
/bionic/libc/upstream-netbsd/common/lib/libc/inet/
H A Dinet_addr.c164 (c + 10 - (islower((unsigned char)c) ? 'a' : 'A'));
/bionic/libc/netbsd/nameser/
H A Dns_ttl.c120 if (islower(ch))
/bionic/libc/bionic/
H A Dwchar.cpp102 int iswlower(wint_t wc) { return islower(wc); }
117 case WC_TYPE_LOWER: return islower(wc);
/bionic/libc/upstream-netbsd/libc/inet/
H A Dinet_pton.c140 digit = c + 10 - (islower(c) ? 'a' : 'A');
/bionic/libc/stdlib/
H A Dctype_.c117 int islower(int c) function
/bionic/libc/tzcode/
H A Dstrftime.c709 } else if (islower(c)) {
/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c1030 else if (islower(ch))

Completed in 154 milliseconds