Searched refs:_toupper (Results 1 – 7 of 7) sorted by relevance
67 #if !defined(_toupper) in ctype_h()68 #error _toupper in ctype_h()
154 __BIONIC_CTYPE_INLINE int _toupper(int __ch) { in _toupper() function162 if (__ch >= 'a' && __ch <= 'z') return _toupper(__ch); in toupper()
329 TEST(ctype, _toupper) { in TEST() argument331 EXPECT_EQ('A', _toupper('a')); in TEST()
10 _toupper
177 …punct_l`, `isspace_l`, `isupper_l`, `isxdigit_l`, `_tolower`, `tolower_l`, `_toupper`, `toupper_l`.
220 _toupper; # introduced=21