Home
last modified time | relevance | path

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

/bionic/libc/include/
Dctype.h141 __BIONIC_CTYPE_INLINE int _tolower(int __ch) { in _tolower() function
/bionic/tests/
Dctype_test.cpp312 TEST(ctype, _tolower) { in TEST() argument