Searched refs:tolower_l (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | ctype_test.cpp | 306 TEST(ctype, tolower_l) { in TEST() argument 307 EXPECT_EQ('!', tolower_l('!', LC_GLOBAL_LOCALE)); in TEST() 308 EXPECT_EQ('a', tolower_l('a', LC_GLOBAL_LOCALE)); in TEST() 309 EXPECT_EQ('a', tolower_l('A', LC_GLOBAL_LOCALE)); in TEST()
|
/bionic/libc/bionic/ |
D | ctype.cpp | 86 int tolower_l(int c, locale_t) { in tolower_l() function
|
/bionic/tests/headers/posix/ |
D | ctype_h.c | 62 FUNCTION(tolower_l, int (*f)(int, locale_t)); in ctype_h()
|
/bionic/libc/include/bits/ |
D | ctype_inlines.h | 202 int tolower_l(int __ch, locale_t __l) __INTRODUCED_IN(21);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1077 tolower_l
|
/bionic/docs/ |
D | status.md | 177 …t_l`, `ispunct_l`, `isspace_l`, `isupper_l`, `isxdigit_l`, `_tolower`, `tolower_l`, `_toupper`, `t…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1097 tolower_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1097 tolower_l; # introduced=21
|