Home
last modified time | relevance | path

Searched refs:tolower_l (Results 1 – 8 of 8) sorted by relevance

/bionic/tests/
Dctype_test.cpp306 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/
Dctype.cpp86 int tolower_l(int c, locale_t) { in tolower_l() function
/bionic/tests/headers/posix/
Dctype_h.c62 FUNCTION(tolower_l, int (*f)(int, locale_t)); in ctype_h()
/bionic/libc/include/bits/
Dctype_inlines.h202 int tolower_l(int __ch, locale_t __l) __INTRODUCED_IN(21);
/bionic/libc/tools/
Dposix-2013.txt1077 tolower_l
/bionic/docs/
Dstatus.md177 …t_l`, `ispunct_l`, `isspace_l`, `isupper_l`, `isxdigit_l`, `_tolower`, `tolower_l`, `_toupper`, `t…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1097 tolower_l; # introduced=21
/bionic/libc/
Dlibc.map.txt1097 tolower_l; # introduced=21