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