Searched refs:_tolower (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/headers/posix/ |
D | ctype_h.c | 70 #if !defined(_tolower) in ctype_h() 71 #error _tolower in ctype_h()
|
/bionic/libc/include/bits/ |
D | ctype_inlines.h | 139 __BIONIC_CTYPE_INLINE int _tolower(int __ch) { in _tolower() function 145 if (__ch >= 'A' && __ch <= 'Z') return _tolower(__ch); in tolower()
|
/bionic/tests/ |
D | ctype_test.cpp | 312 TEST(ctype, _tolower) { in TEST() argument 314 EXPECT_EQ('a', _tolower('A')); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 9 _tolower
|
/bionic/docs/ |
D | status.md | 177 …_l`, `isprint_l`, `ispunct_l`, `isspace_l`, `isupper_l`, `isxdigit_l`, `_tolower`, `tolower_l`, `_…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 218 _tolower; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 218 _tolower; # introduced=21
|