Home
last modified time | relevance | path

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

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