Home
last modified time | relevance | path

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

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