Searched defs:tolower (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/bits/ | ||
D | ctype_inlines.h | 144 __BIONIC_CTYPE_INLINE int tolower(int __ch) { in tolower() function |
/bionic/tests/ | ||
D | ctype_test.cpp | 300 TEST(ctype, tolower) { in TEST() argument |