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