Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dctype_inlines.h144 __BIONIC_CTYPE_INLINE int tolower(int __ch) { in tolower() function
/bionic/tests/
Dctype_test.cpp300 TEST(ctype, tolower) { in TEST() argument