Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dctype_h.c70 #if !defined(_tolower) in ctype_h()
71 #error _tolower in ctype_h()
/bionic/libc/include/bits/
Dctype_inlines.h139 __BIONIC_CTYPE_INLINE int _tolower(int __ch) { in _tolower() function
145 if (__ch >= 'A' && __ch <= 'Z') return _tolower(__ch); in tolower()
/bionic/tests/
Dctype_test.cpp312 TEST(ctype, _tolower) { in TEST() argument
314 EXPECT_EQ('a', _tolower('A')); in TEST()
/bionic/libc/tools/
Dposix-2013.txt9 _tolower
/bionic/docs/
Dstatus.md177 …_l`, `isprint_l`, `ispunct_l`, `isspace_l`, `isupper_l`, `isxdigit_l`, `_tolower`, `tolower_l`, `_…
/bionic/tools/versioner/platforms/
Dlibc.map.txt218 _tolower; # introduced=21
/bionic/libc/
Dlibc.map.txt218 _tolower; # introduced=21