Home
last modified time | relevance | path

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

/bionic/tests/
Dwctype_test.cpp118 TEST(wctype, towlower_l) { in TEST() argument
121 EXPECT_EQ(wint_t('!'), towlower_l(L'!', l.l)); in TEST()
122 EXPECT_EQ(wint_t('a'), towlower_l(L'a', l.l)); in TEST()
123 EXPECT_EQ(wint_t('a'), towlower_l(L'A', l.l)); in TEST()
125 EXPECT_EQ(wint_t(L'ç'), towlower_l(L'ç', l.l)); in TEST()
126 EXPECT_EQ(wint_t(L'ç'), towlower_l(L'Ç', l.l)); in TEST()
127 EXPECT_EQ(wint_t(L'δ'), towlower_l(L'δ', l.l)); in TEST()
128 EXPECT_EQ(wint_t(L'δ'), towlower_l(L'Δ', l.l)); in TEST()
/bionic/libc/include/
Dwctype.h51 wint_t towlower_l(wint_t __wc, locale_t _Nonnull __l) __INTRODUCED_IN(21);
/bionic/tests/headers/posix/
Dwctype_h.c70 FUNCTION(towlower_l, wint_t (*f)(wint_t, locale_t)); in wctype_h()
/bionic/libc/bionic/
Dwctype.cpp144 wint_t towlower_l(wint_t c, locale_t) { return towlower(c); } in towlower_l() function
/bionic/libc/tools/
Dposix-2013.txt1083 towlower_l
/bionic/docs/
Dstatus.md230 …int_l`/`iswpunct_l`/`iswspace_l`/`iswupper_l`/`iswxdigit_l`, `wctype_l`, `towlower_l`/`towupper_l`.
/bionic/libc/
Dlibc.map.txt1099 towlower_l; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt1099 towlower_l; # introduced=21