Home
last modified time | relevance | path

Searched defs:islower (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dctype.h102 __BIONIC_CTYPE_INLINE int islower(int __ch) { in islower() function
/bionic/tests/
Dctype_test.cpp165 TEST(ctype, islower) { in TEST() argument