Home
last modified time | relevance | path

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

/bionic/tests/
Dwctype_test.cpp224 TEST(wctype, towctrans_l) { in TEST() argument
242 EXPECT_EQ(wint_t('a'), towctrans_l(L'A', wctrans_l("tolower", l.l), l.l)); in TEST()
243 EXPECT_EQ(WEOF, towctrans_l(WEOF, wctrans_l("tolower", l.l), l.l)); in TEST()
245 EXPECT_EQ(wint_t('A'), towctrans_l(L'a', wctrans_l("toupper", l.l), l.l)); in TEST()
246 EXPECT_EQ(WEOF, towctrans_l(WEOF, wctrans_l("toupper", l.l), l.l)); in TEST()
/bionic/libc/include/
Dwctype.h58 wint_t towctrans_l(wint_t __wc, wctrans_t __transform, locale_t __l) __INTRODUCED_IN(26);
/bionic/tests/headers/posix/
Dwctype_h.c68 FUNCTION(towctrans_l, wint_t (*f)(wint_t, wctrans_t, locale_t)); in wctype_h()
/bionic/libc/bionic/
Dwctype.cpp184 wint_t towctrans_l(wint_t c, wctrans_t t, locale_t) { in towctrans_l() function
/bionic/libc/tools/
Dposix-2013.txt1081 towctrans_l
/bionic/docs/
Dstatus.md132 * <wctype.h> `towctrans`/`towctrans_l`/`wctrans`/`wctrans_l`
/bionic/tools/versioner/platforms/
Dlibc.map.txt1341 towctrans_l; # introduced=26
/bionic/libc/
Dlibc.map.txt1341 towctrans_l; # introduced=26