Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dctype_inlines.h161 __BIONIC_CTYPE_INLINE int toupper(int __ch) { in toupper() function
/bionic/tests/
Dctype_test.cpp317 TEST(ctype, toupper) { in TEST() argument