Home
last modified time | relevance | path

Searched refs:_toupper (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/headers/posix/
Dctype_h.c67 #if !defined(_toupper) in ctype_h()
68 #error _toupper in ctype_h()
/bionic/libc/include/bits/
Dctype_inlines.h154 __BIONIC_CTYPE_INLINE int _toupper(int __ch) { in _toupper() function
162 if (__ch >= 'a' && __ch <= 'z') return _toupper(__ch); in toupper()
/bionic/tests/
Dctype_test.cpp329 TEST(ctype, _toupper) { in TEST() argument
331 EXPECT_EQ('A', _toupper('a')); in TEST()
/bionic/libc/tools/
Dposix-2013.txt10 _toupper
/bionic/docs/
Dstatus.md177 …punct_l`, `isspace_l`, `isupper_l`, `isxdigit_l`, `_tolower`, `tolower_l`, `_toupper`, `toupper_l`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt220 _toupper; # introduced=21
/bionic/libc/
Dlibc.map.txt220 _toupper; # introduced=21